class Aws::MarketplaceCatalog::Types::StartChangeSetRequest
@note When making an API call, you may pass StartChangeSetRequest
data as a hash: { catalog: "Catalog", # required change_set: [ # required { change_type: "ChangeType", # required entity: { # required type: "EntityType", # required identifier: "Identifier", }, details: "Json", # required change_name: "ChangeName", }, ], change_set_name: "ChangeSetName", client_request_token: "ClientRequestToken", }
@!attribute [rw] catalog
The catalog related to the request. Fixed value: `AWSMarketplace` @return [String]
@!attribute [rw] change_set
Array of `change` object. @return [Array<Types::Change>]
@!attribute [rw] change_set_name
Optional case sensitive string of up to 100 ASCII characters. The change set name can be used to filter the list of change sets. @return [String]
@!attribute [rw] client_request_token
A unique token to identify the request to ensure idempotency. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/StartChangeSetRequest AWS API Documentation
Constants
- SENSITIVE