Class: Aws::MarketplaceCatalog::Types::DescribeEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceCatalog::Types::DescribeEntityResponse
- Defined in:
- gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ String
This stringified JSON object includes the details of the entity.
-
#details_document ⇒ Hash, ...
The JSON value of the details specific to the entity.
-
#entity_arn ⇒ String
The ARN associated to the unique identifier for the entity referenced in this request.
-
#entity_identifier ⇒ String
The identifier of the entity, in the format of
EntityId@RevisionId
. -
#entity_type ⇒ String
The named type of the entity, in the format of
EntityType@Version
. -
#last_modified_date ⇒ String
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
Instance Attribute Details
#details ⇒ String
This stringified JSON object includes the details of the entity.
895 896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 895 class DescribeEntityResponse < Struct.new( :entity_type, :entity_identifier, :entity_arn, :last_modified_date, :details, :details_document) SENSITIVE = [] include Aws::Structure end |
#details_document ⇒ Hash, ...
The JSON value of the details specific to the entity.
895 896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 895 class DescribeEntityResponse < Struct.new( :entity_type, :entity_identifier, :entity_arn, :last_modified_date, :details, :details_document) SENSITIVE = [] include Aws::Structure end |
#entity_arn ⇒ String
The ARN associated to the unique identifier for the entity referenced in this request.
895 896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 895 class DescribeEntityResponse < Struct.new( :entity_type, :entity_identifier, :entity_arn, :last_modified_date, :details, :details_document) SENSITIVE = [] include Aws::Structure end |
#entity_identifier ⇒ String
The identifier of the entity, in the format of
EntityId@RevisionId
.
895 896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 895 class DescribeEntityResponse < Struct.new( :entity_type, :entity_identifier, :entity_arn, :last_modified_date, :details, :details_document) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The named type of the entity, in the format of EntityType@Version
.
895 896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 895 class DescribeEntityResponse < Struct.new( :entity_type, :entity_identifier, :entity_arn, :last_modified_date, :details, :details_document) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ String
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
895 896 897 898 899 900 901 902 903 904 |
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 895 class DescribeEntityResponse < Struct.new( :entity_type, :entity_identifier, :entity_arn, :last_modified_date, :details, :details_document) SENSITIVE = [] include Aws::Structure end |