Class: Aws::MarketplaceCatalog::Types::DescribeChangeSetRequest

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)


772
773
774
775
776
777
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 772

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

#change_set_idString

Required. The unique identifier for the ‘StartChangeSet` request that you want to describe the details for.

Returns:

  • (String)


772
773
774
775
776
777
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 772

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