class Aws::MarketplaceCatalog::Types::Change

An object that contains the `ChangeType`, `Details`, and `Entity`.

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

data as a hash:

    {
      change_type: "ChangeType", # required
      entity: { # required
        type: "EntityType", # required
        identifier: "Identifier",
      },
      details: "Json", # required
      change_name: "ChangeName",
    }

@!attribute [rw] change_type

Change types are single string values that describe your intention
for the change. Each change type is unique for each `EntityType`
provided in the change's scope.
@return [String]

@!attribute [rw] entity

The entity to be changed.
@return [Types::Entity]

@!attribute [rw] details

This object contains details specific to the change type of the
requested change.
@return [String]

@!attribute [rw] change_name

Optional name for the change.
@return [String]

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

Constants

SENSITIVE