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

Class: Aws::MarketplaceCatalog::Types::EntitySummary

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

Overview

This object is a container for common summary information about the entity. The summary doesn't contain the whole entity structure, but it does contain information common across all entities.

Instance Attribute Summary collapse

Instance Attribute Details

#entity_arnString

The ARN associated with the unique identifier for the entity.

Returns:

  • (String)

    The ARN associated with the unique identifier for the entity.

#entity_idString

The unique identifier for the entity.

Returns:

  • (String)

    The unique identifier for the entity.

#entity_typeString

The type of the entity.

Returns:

  • (String)

    The type of the entity.

#last_modified_dateString

The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).

Returns:

  • (String)

    The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).

#nameString

The name for the entity. This value is not unique. It is defined by the seller.

Returns:

  • (String)

    The name for the entity.

#visibilityString

The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).

Returns:

  • (String)

    The visibility status of the entity to buyers.