Class: Aws::IoT::Types::CreateThingTypeResponse

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

Overview

The output of the CreateThingType operation.

Instance Attribute Summary collapse

Instance Attribute Details

#thing_type_arnString

The Amazon Resource Name (ARN) of the thing type.



2788
2789
2790
2791
2792
2793
# File 'lib/aws-sdk-iot/types.rb', line 2788

class CreateThingTypeResponse < Struct.new(
  :thing_type_name,
  :thing_type_arn,
  :thing_type_id)
  include Aws::Structure
end

#thing_type_idString

The thing type ID.



2788
2789
2790
2791
2792
2793
# File 'lib/aws-sdk-iot/types.rb', line 2788

class CreateThingTypeResponse < Struct.new(
  :thing_type_name,
  :thing_type_arn,
  :thing_type_id)
  include Aws::Structure
end

#thing_type_nameString

The name of the thing type.



2788
2789
2790
2791
2792
2793
# File 'lib/aws-sdk-iot/types.rb', line 2788

class CreateThingTypeResponse < Struct.new(
  :thing_type_name,
  :thing_type_arn,
  :thing_type_id)
  include Aws::Structure
end