Class: Aws::MarketplaceCatalog::Types::EntityDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::EntityDetail
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
An object that contains metadata and details about the entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details_document ⇒ Hash, ...
An object that contains all the details of the entity.
-
#entity_arn ⇒ String
The Amazon Resource Name (ARN) of the entity.
-
#entity_identifier ⇒ String
The ID of the entity, in the format of
EntityId@RevisionId
. -
#entity_type ⇒ String
The entity type of the entity, in the format of
EntityType@Version
. -
#last_modified_date ⇒ String
The last time the entity was modified.
Instance Attribute Details
#details_document ⇒ Hash, ...
An object that contains all the details of the entity.
951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 951 class EntityDetail < Struct.new( :entity_type, :entity_arn, :entity_identifier, :last_modified_date, :details_document) SENSITIVE = [] include Aws::Structure end |
#entity_arn ⇒ String
The Amazon Resource Name (ARN) of the entity.
951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 951 class EntityDetail < Struct.new( :entity_type, :entity_arn, :entity_identifier, :last_modified_date, :details_document) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The ID of the entity, in the format of EntityId@RevisionId
.
951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 951 class EntityDetail < Struct.new( :entity_type, :entity_arn, :entity_identifier, :last_modified_date, :details_document) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The entity type of the entity, in the format of
EntityType@Version
.
951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 951 class EntityDetail < Struct.new( :entity_type, :entity_arn, :entity_identifier, :last_modified_date, :details_document) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The last time the entity was modified.
951 952 953 954 955 956 957 958 959 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 951 class EntityDetail < Struct.new( :entity_type, :entity_arn, :entity_identifier, :last_modified_date, :details_document) SENSITIVE = [] include Aws::Structure end |