Class: Aws::IoTTwinMaker::Types::FilterByComponentType

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

Overview

Filter by component type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_type_idString

The component type Id.

Returns:

  • (String)


1373
1374
1375
1376
1377
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 1373

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