Class: Aws::IoTTwinMaker::Types::Relationship
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::Relationship
- Includes:
- Structure
- Defined in:
- 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.
3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3358 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.
3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3358 class Relationship < Struct.new( :target_component_type_id, :relationship_type) SENSITIVE = [] include Aws::Structure end |