class Aws::MarketplaceCatalog::Types::Entity

An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.

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

data as a hash:

    {
      type: "EntityType", # required
      identifier: "Identifier",
    }

@!attribute [rw] type

The type of entity.
@return [String]

@!attribute [rw] identifier

The identifier for the entity.
@return [String]

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

Constants

SENSITIVE