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.
13072 13073 13074 13075 13076 13077 13078 |
# File 'lib/aws-sdk-datazone/types.rb', line 13072 class RevokeSubscriptionInput < Struct.new( :domain_identifier, :identifier, :retain_permissions) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the revoked subscription.
13072 13073 13074 13075 13076 13077 13078 |
# File 'lib/aws-sdk-datazone/types.rb', line 13072 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.
13072 13073 13074 13075 13076 13077 13078 |
# File 'lib/aws-sdk-datazone/types.rb', line 13072 class RevokeSubscriptionInput < Struct.new( :domain_identifier, :identifier, :retain_permissions) SENSITIVE = [] include Aws::Structure end |