Class: Aws::MarketplaceCatalog::Types::Entity

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

Overview

An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The identifier for the entity.

Returns:

  • (String)


919
920
921
922
923
924
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 919

class Entity < Struct.new(
  :type,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of entity.

Returns:

  • (String)


919
920
921
922
923
924
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 919

class Entity < Struct.new(
  :type,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end