Class: Aws::IoTTwinMaker::Types::CompositeComponentTypeResponse

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

Overview

An object that returns information about the composite component types of a component type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_type_idString

This is the componentTypeId that this compositeComponentType refers to.

Returns:

  • (String)


483
484
485
486
487
488
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 483

class CompositeComponentTypeResponse < Struct.new(
  :component_type_id,
  :is_inherited)
  SENSITIVE = []
  include Aws::Structure
end

#is_inheritedBoolean

This boolean indicates whether this compositeComponentType is inherited from its parent.

Returns:

  • (Boolean)


483
484
485
486
487
488
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 483

class CompositeComponentTypeResponse < Struct.new(
  :component_type_id,
  :is_inherited)
  SENSITIVE = []
  include Aws::Structure
end