Class RevokeSubscriptionResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when the subscription was revoked.

        Returns:
        The timestamp of when the subscription was revoked.
      • createdBy

        public final String createdBy()

        The identifier of the user who revoked the subscription.

        Returns:
        The identifier of the user who revoked the subscription.
      • domainId

        public final String domainId()

        The identifier of the Amazon DataZone domain where you want to revoke a subscription.

        Returns:
        The identifier of the Amazon DataZone domain where you want to revoke a subscription.
      • id

        public final String id()

        The identifier of the revoked subscription.

        Returns:
        The identifier of the revoked subscription.
      • retainPermissions

        public final Boolean retainPermissions()

        Specifies whether permissions are retained when the subscription is revoked.

        Returns:
        Specifies whether permissions are retained when the subscription is revoked.
      • subscribedListing

        public final SubscribedListing subscribedListing()

        The subscribed listing of the revoked subscription.

        Returns:
        The subscribed listing of the revoked subscription.
      • subscribedPrincipal

        public final SubscribedPrincipal subscribedPrincipal()

        The subscribed principal of the revoked subscription.

        Returns:
        The subscribed principal of the revoked subscription.
      • subscriptionRequestId

        public final String subscriptionRequestId()

        The identifier of the subscription request for the revoked subscription.

        Returns:
        The identifier of the subscription request for the revoked subscription.
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when the subscription was revoked.

        Returns:
        The timestamp of when the subscription was revoked.
      • updatedBy

        public final String updatedBy()

        The Amazon DataZone user who revoked the subscription.

        Returns:
        The Amazon DataZone user who revoked the subscription.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object