Method: Aws::IoTTwinMaker::Types::UpdateComponentTypeResponse#component_type_id

Defined in:
lib/aws-sdk-iottwinmaker/types.rb

#component_type_idString

The ID of the component type.

Returns:

  • (String)


3838
3839
3840
3841
3842
3843
3844
3845
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3838

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