EntitySummary

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An object that contains summary information about the AMI product.

Link copied to clipboard

An object that contains summary information about the container product.

Link copied to clipboard

An object that contains summary information about the data product.

Link copied to clipboard

The ARN associated with the unique identifier for the entity.

Link copied to clipboard

The unique identifier for the entity.

Link copied to clipboard

The type of the entity.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

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

Link copied to clipboard

An object that contains summary information about the offer.

Link copied to clipboard

An object that contains summary information about the Resale Authorization.

Link copied to clipboard

An object that contains summary information about the SaaS product.

Link copied to clipboard

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).

Functions

Link copied to clipboard
inline fun copy(block: EntitySummary.Builder.() -> Unit = {}): EntitySummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String