Class: Aws::DataZone::Types::GetSubscriptionRequestDetailsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetSubscriptionRequestDetailsInput
- 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 in which to get the subscription request details.
-
#identifier ⇒ String
The identifier of the subscription request the details of which to get.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to get the subscription request details.
8419 8420 8421 8422 8423 8424 |
# File 'lib/aws-sdk-datazone/types.rb', line 8419 class GetSubscriptionRequestDetailsInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The identifier of the subscription request the details of which to get.
8419 8420 8421 8422 8423 8424 |
# File 'lib/aws-sdk-datazone/types.rb', line 8419 class GetSubscriptionRequestDetailsInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |