Class: Aws::DataZone::Types::UpdateSubscriptionRequestInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateSubscriptionRequestInput
- Includes:
- Structure
- Defined in:
- 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.
16546 16547 16548 16549 16550 16551 16552 |
# File 'lib/aws-sdk-datazone/types.rb', line 16546 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.
16546 16547 16548 16549 16550 16551 16552 |
# File 'lib/aws-sdk-datazone/types.rb', line 16546 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.
16546 16547 16548 16549 16550 16551 16552 |
# File 'lib/aws-sdk-datazone/types.rb', line 16546 class UpdateSubscriptionRequestInput < Struct.new( :domain_identifier, :identifier, :request_reason) SENSITIVE = [:request_reason] include Aws::Structure end |