Class: Aws::IoTTwinMaker::Types::EntityPropertyReference

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

Overview

An object that uniquely identifies an entity property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_nameString

The name of the component.

Returns:

  • (String)


888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 888

class EntityPropertyReference < Struct.new(
  :component_name,
  :external_id_property,
  :entity_id,
  :property_name)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

The ID of the entity.

Returns:

  • (String)


888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 888

class EntityPropertyReference < Struct.new(
  :component_name,
  :external_id_property,
  :entity_id,
  :property_name)
  SENSITIVE = []
  include Aws::Structure
end

#external_id_propertyHash<String,String>

A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.

Returns:

  • (Hash<String,String>)


888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 888

class EntityPropertyReference < Struct.new(
  :component_name,
  :external_id_property,
  :entity_id,
  :property_name)
  SENSITIVE = []
  include Aws::Structure
end

#property_nameString

The name of the property.

Returns:

  • (String)


888
889
890
891
892
893
894
895
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 888

class EntityPropertyReference < Struct.new(
  :component_name,
  :external_id_property,
  :entity_id,
  :property_name)
  SENSITIVE = []
  include Aws::Structure
end