Class: Aws::MarketplaceCatalog::Types::CancelChangeSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::CancelChangeSetResponse
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_set_arn ⇒ String
The ARN associated with the change set referenced in this request.
-
#change_set_id ⇒ String
The unique identifier for the change set referenced in this request.
Instance Attribute Details
#change_set_arn ⇒ String
The ARN associated with the change set referenced in this request.
262 263 264 265 266 267 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 262 class CancelChangeSetResponse < Struct.new( :change_set_id, :change_set_arn) SENSITIVE = [] include Aws::Structure end |
#change_set_id ⇒ String
The unique identifier for the change set referenced in this request.
262 263 264 265 266 267 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 262 class CancelChangeSetResponse < Struct.new( :change_set_id, :change_set_arn) SENSITIVE = [] include Aws::Structure end |