Class: Aws::MarketplaceCatalog::Types::EntityDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#details_documentHash, ...

An object that contains all the details of the entity.

Returns:

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


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_arnString

The Amazon Resource Name (ARN) of the entity.

Returns:

  • (String)


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_identifierString

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

Returns:

  • (String)


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_typeString

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

Returns:

  • (String)


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_dateString

The last time the entity was modified.

Returns:

  • (String)


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