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

Class: Aws::MarketplaceCatalog::Types::Entity

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

Overview

Note:

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

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier for the entity.

Returns:

  • (String)

    The identifier for the entity.

#typeString

The type of entity.

Returns:

  • (String)

    The type of entity.