Class: Aws::MarketplaceCatalog::Types::DescribeEntityResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

This stringified JSON object includes the details of the entity.

Returns:

  • (String)


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_documentHash, ...

The JSON value of the details specific to the entity.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


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_arnString

The ARN associated to the unique identifier for the entity referenced in this request.

Returns:

  • (String)


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_identifierString

The identifier of the entity, in the format of EntityId@RevisionId.

Returns:

  • (String)


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_typeString

The named type of the entity, in the format of EntityType@Version.

Returns:

  • (String)


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_dateString

The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).

Returns:

  • (String)


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