Class: Aws::DataZone::Types::GetSubscriptionRequestDetailsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetSubscriptionRequestDetailsInput
- 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 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.
9785 9786 9787 9788 9789 9790 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9785 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.
9785 9786 9787 9788 9789 9790 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9785 class GetSubscriptionRequestDetailsInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |