Class: Aws::DataZone::Types::RevokeSubscriptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RevokeSubscriptionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain where you want to revoke a subscription.
-
#identifier ⇒ String
The identifier of the revoked subscription.
-
#retain_permissions ⇒ Boolean
Specifies whether permissions are retained when the subscription is revoked.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain where you want to revoke a subscription.
16782 16783 16784 16785 16786 16787 16788 |
# File 'lib/aws-sdk-datazone/types.rb', line 16782 class RevokeSubscriptionInput < Struct.new( :domain_identifier, :identifier, :retain_permissions) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the revoked subscription.
16782 16783 16784 16785 16786 16787 16788 |
# File 'lib/aws-sdk-datazone/types.rb', line 16782 class RevokeSubscriptionInput < Struct.new( :domain_identifier, :identifier, :retain_permissions) SENSITIVE = [] include Aws::Structure end |
#retain_permissions ⇒ Boolean
Specifies whether permissions are retained when the subscription is revoked.
16782 16783 16784 16785 16786 16787 16788 |
# File 'lib/aws-sdk-datazone/types.rb', line 16782 class RevokeSubscriptionInput < Struct.new( :domain_identifier, :identifier, :retain_permissions) SENSITIVE = [] include Aws::Structure end |