Class: Aws::DataZone::Types::UpdateSubscriptionRequestInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateSubscriptionRequestInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:request_reason]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
-
#identifier ⇒ String
The identifier of the subscription request that is to be updated.
-
#request_reason ⇒ String
The reason for the
UpdateSubscriptionRequest
action.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
19907 19908 19909 19910 19911 19912 19913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19907 class UpdateSubscriptionRequestInput < Struct.new( :domain_identifier, :identifier, :request_reason) SENSITIVE = [:request_reason] include Aws::Structure end |
#identifier ⇒ String
The identifier of the subscription request that is to be updated.
19907 19908 19909 19910 19911 19912 19913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19907 class UpdateSubscriptionRequestInput < Struct.new( :domain_identifier, :identifier, :request_reason) SENSITIVE = [:request_reason] include Aws::Structure end |
#request_reason ⇒ String
The reason for the UpdateSubscriptionRequest
action.
19907 19908 19909 19910 19911 19912 19913 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19907 class UpdateSubscriptionRequestInput < Struct.new( :domain_identifier, :identifier, :request_reason) SENSITIVE = [:request_reason] include Aws::Structure end |