Class: Aws::IoTTwinMaker::Types::EntityPropertyReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::EntityPropertyReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that uniquely identifies an entity property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component.
-
#entity_id ⇒ String
The ID of the entity.
-
#external_id_property ⇒ Hash<String,String>
A mapping of external IDs to property names.
-
#property_name ⇒ String
The name of the property.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 881 class EntityPropertyReference < Struct.new( :component_name, :external_id_property, :entity_id, :property_name) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The ID of the entity.
881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 881 class EntityPropertyReference < Struct.new( :component_name, :external_id_property, :entity_id, :property_name) SENSITIVE = [] include Aws::Structure end |
#external_id_property ⇒ Hash<String,String>
A mapping of external IDs to property names. External IDs uniquely identify properties from external data stores.
881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 881 class EntityPropertyReference < Struct.new( :component_name, :external_id_property, :entity_id, :property_name) SENSITIVE = [] include Aws::Structure end |
#property_name ⇒ String
The name of the property.
881 882 883 884 885 886 887 888 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 881 class EntityPropertyReference < Struct.new( :component_name, :external_id_property, :entity_id, :property_name) SENSITIVE = [] include Aws::Structure end |