Class: Aws::IoTTwinMaker::Types::CompositeComponentTypeRequest

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

Overview

An object that sets 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 the compositeComponentType refers to.

Returns:

  • (String)


464
465
466
467
468
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 464

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