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.
-
#component_path ⇒ String
This string specifies the path to the composite component, starting from the top-level 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.
1187 1188 1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1187 class EntityPropertyReference < Struct.new( :component_name, :component_path, :external_id_property, :entity_id, :property_name) SENSITIVE = [] include Aws::Structure end |
#component_path ⇒ String
This string specifies the path to the composite component, starting from the top-level component.
1187 1188 1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1187 class EntityPropertyReference < Struct.new( :component_name, :component_path, :external_id_property, :entity_id, :property_name) SENSITIVE = [] include Aws::Structure end |
#entity_id ⇒ String
The ID of the entity.
1187 1188 1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1187 class EntityPropertyReference < Struct.new( :component_name, :component_path, :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.
1187 1188 1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1187 class EntityPropertyReference < Struct.new( :component_name, :component_path, :external_id_property, :entity_id, :property_name) SENSITIVE = [] include Aws::Structure end |
#property_name ⇒ String
The name of the property.
1187 1188 1189 1190 1191 1192 1193 1194 1195 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1187 class EntityPropertyReference < Struct.new( :component_name, :component_path, :external_id_property, :entity_id, :property_name) SENSITIVE = [] include Aws::Structure end |