Class: Aws::MarketplaceCatalog::Types::CancelChangeSetRequest

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

#catalogString

Required. The catalog related to the request. Fixed value: AWSMarketplace.

Returns:

  • (String)


245
246
247
248
249
250
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 245

class CancelChangeSetRequest < Struct.new(
  :catalog,
  :change_set_id)
  SENSITIVE = []
  include Aws::Structure
end

#change_set_idString

Required. The unique identifier of the StartChangeSet request that you want to cancel.

Returns:

  • (String)


245
246
247
248
249
250
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 245

class CancelChangeSetRequest < Struct.new(
  :catalog,
  :change_set_id)
  SENSITIVE = []
  include Aws::Structure
end