Class: Aws::MarketplaceCatalog::Types::StartChangeSetRequest

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

The catalog related to the request. Fixed value: ‘AWSMarketplace`

Returns:

  • (String)


836
837
838
839
840
841
842
843
844
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 836

class StartChangeSetRequest < Struct.new(
  :catalog,
  :change_set,
  :change_set_name,
  :client_request_token,
  :change_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#change_setArray<Types::Change>

Array of ‘change` object.

Returns:



836
837
838
839
840
841
842
843
844
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 836

class StartChangeSetRequest < Struct.new(
  :catalog,
  :change_set,
  :change_set_name,
  :client_request_token,
  :change_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#change_set_nameString

Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets.

Returns:

  • (String)


836
837
838
839
840
841
842
843
844
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 836

class StartChangeSetRequest < Struct.new(
  :catalog,
  :change_set,
  :change_set_name,
  :client_request_token,
  :change_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#change_set_tagsArray<Types::Tag>

A list of objects specifying each key name and value for the ‘ChangeSetTags` property.

Returns:



836
837
838
839
840
841
842
843
844
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 836

class StartChangeSetRequest < Struct.new(
  :catalog,
  :change_set,
  :change_set_name,
  :client_request_token,
  :change_set_tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

A unique token to identify the request to ensure idempotency.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


836
837
838
839
840
841
842
843
844
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 836

class StartChangeSetRequest < Struct.new(
  :catalog,
  :change_set,
  :change_set_name,
  :client_request_token,
  :change_set_tags)
  SENSITIVE = []
  include Aws::Structure
end