You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MarketplaceCatalog::Types::Change

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Change as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#change_typeString

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.

Returns:

  • (String)

    Change types are single string values that describe your intention for the change.

#detailsString

This object contains details specific to the change type of the requested change.

Returns:

  • (String)

    This object contains details specific to the change type of the requested change.

#entityTypes::Entity

The entity to be changed.

Returns: