Class: Aws::DataZone::Types::CancelSubscriptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CancelSubscriptionInput
- 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 unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.
-
#identifier ⇒ String
The unique identifier of the subscription that is being cancelled.
Instance Attribute Details
#domain_identifier ⇒ String
The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.
1298 1299 1300 1301 1302 1303 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1298 class CancelSubscriptionInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the subscription that is being cancelled.
1298 1299 1300 1301 1302 1303 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1298 class CancelSubscriptionInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |