Class: Aws::IoTTwinMaker::Types::Relationship
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::Relationship
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
An object that specifies a relationship with another component type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#relationship_type ⇒ String
The type of the relationship.
-
#target_component_type_id ⇒ String
The ID of the target component type associated with this relationship.
Instance Attribute Details
#relationship_type ⇒ String
The type of the relationship.
2490 2491 2492 2493 2494 2495 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2490 class Relationship < Struct.new( :target_component_type_id, :relationship_type) SENSITIVE = [] include Aws::Structure end |
#target_component_type_id ⇒ String
The ID of the target component type associated with this relationship.
2490 2491 2492 2493 2494 2495 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 2490 class Relationship < Struct.new( :target_component_type_id, :relationship_type) SENSITIVE = [] include Aws::Structure end |