Class: Aws::IoTTwinMaker::Types::Relationship

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#relationship_typeString

The type of the relationship.

Returns:

  • (String)


3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-iottwinmaker/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_idString

The ID of the target component type associated with this relationship.

Returns:

  • (String)


3358
3359
3360
3361
3362
3363
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 3358

class Relationship < Struct.new(
  :target_component_type_id,
  :relationship_type)
  SENSITIVE = []
  include Aws::Structure
end