Class: Aws::DataZone::Types::AcceptSubscriptionRequestInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AcceptSubscriptionRequestInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:decision_comment]
Instance Attribute Summary collapse
-
#asset_scopes ⇒ Array<Types::AcceptedAssetScope>
The asset scopes of the accept subscription request.
-
#decision_comment ⇒ String
A description that specifies the reason for accepting the specified subscription request.
-
#domain_identifier ⇒ String
The Amazon DataZone domain where the specified subscription request is being accepted.
-
#identifier ⇒ String
The unique identifier of the subscription request that is to be accepted.
Instance Attribute Details
#asset_scopes ⇒ Array<Types::AcceptedAssetScope>
The asset scopes of the accept subscription request.
150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 150 class AcceptSubscriptionRequestInput < Struct.new( :asset_scopes, :decision_comment, :domain_identifier, :identifier) SENSITIVE = [:decision_comment] include Aws::Structure end |
#decision_comment ⇒ String
A description that specifies the reason for accepting the specified subscription request.
150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 150 class AcceptSubscriptionRequestInput < Struct.new( :asset_scopes, :decision_comment, :domain_identifier, :identifier) SENSITIVE = [:decision_comment] include Aws::Structure end |
#domain_identifier ⇒ String
The Amazon DataZone domain where the specified subscription request is being accepted.
150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 150 class AcceptSubscriptionRequestInput < Struct.new( :asset_scopes, :decision_comment, :domain_identifier, :identifier) SENSITIVE = [:decision_comment] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the subscription request that is to be accepted.
150 151 152 153 154 155 156 157 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 150 class AcceptSubscriptionRequestInput < Struct.new( :asset_scopes, :decision_comment, :domain_identifier, :identifier) SENSITIVE = [:decision_comment] include Aws::Structure end |