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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


40
41
42
43
44
45
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 40

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)


40
41
42
43
44
45
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 40

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