Class: Aws::MarketplaceCatalog::Types::CancelChangeSetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_arnString

The ARN associated with the change set referenced in this request.

Returns:

  • (String)


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_idString

The unique identifier for the change set referenced in this request.

Returns:

  • (String)


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