class Aws::MarketplaceCatalog::Types::CancelChangeSetRequest

@note When making an API call, you may pass CancelChangeSetRequest

data as a hash:

    {
      catalog: "Catalog", # required
      change_set_id: "ResourceId", # required
    }

@!attribute [rw] catalog

Required. The catalog related to the request. Fixed value:
`AWSMarketplace`.
@return [String]

@!attribute [rw] change_set_id

Required. The unique identifier of the `StartChangeSet` request that
you want to cancel.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/CancelChangeSetRequest AWS API Documentation

Constants

SENSITIVE