Class: Aws::IoTTwinMaker::Types::RelationshipValue

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

Overview

A value that associates a component and an entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_component_nameString

The name of the target component associated with the relationship value.

Returns:

  • (String)


3376
3377
3378
3379
3380
3381
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3376

class RelationshipValue < Struct.new(
  :target_entity_id,
  :target_component_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_entity_idString

The ID of the target entity associated with this relationship value.

Returns:

  • (String)


3376
3377
3378
3379
3380
3381
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3376

class RelationshipValue < Struct.new(
  :target_entity_id,
  :target_component_name)
  SENSITIVE = []
  include Aws::Structure
end