Class: Aws::IoTTwinMaker::Types::GetComponentTypeRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_type_idString

The ID of the component type.

Returns:

  • (String)


1448
1449
1450
1451
1452
1453
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1448

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

#workspace_idString

The ID of the workspace that contains the component type.

Returns:

  • (String)


1448
1449
1450
1451
1452
1453
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1448

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