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)


1187
1188
1189
1190
1191
1192
1193
1194
1195
# File 'gems/aws-sdk-iottwinmaker/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_pathString

This string specifies the path to the composite component, starting from the top-level component.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
# File 'gems/aws-sdk-iottwinmaker/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_idString

The ID of the entity.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
# File 'gems/aws-sdk-iottwinmaker/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_propertyHash<String,String>

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

Returns:

  • (Hash<String,String>)


1187
1188
1189
1190
1191
1192
1193
1194
1195
# File 'gems/aws-sdk-iottwinmaker/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_nameString

The name of the property.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
# File 'gems/aws-sdk-iottwinmaker/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