Class: Aws::DataZone::Types::RevokeSubscriptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RevokeSubscriptionInput
- Defined in:
- gems/aws-sdk-datazone/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.
12587 12588 12589 12590 12591 12592 12593 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12587 class RevokeSubscriptionInput < Struct.new( :domain_identifier, :identifier, :retain_permissions) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the revoked subscription.
12587 12588 12589 12590 12591 12592 12593 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12587 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.
12587 12588 12589 12590 12591 12592 12593 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 12587 class RevokeSubscriptionInput < Struct.new( :domain_identifier, :identifier, :retain_permissions) SENSITIVE = [] include Aws::Structure end |