Class: Aws::IoT::Types::CreateThingResponse

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

Overview

The output of the CreateThing operation.

Instance Attribute Summary collapse

Instance Attribute Details

#thing_arnString

The ARN of the new thing.

Returns:

  • (String)


2727
2728
2729
2730
2731
2732
# File 'lib/aws-sdk-iot/types.rb', line 2727

class CreateThingResponse < Struct.new(
  :thing_name,
  :thing_arn,
  :thing_id)
  include Aws::Structure
end

#thing_idString

The thing ID.

Returns:

  • (String)


2727
2728
2729
2730
2731
2732
# File 'lib/aws-sdk-iot/types.rb', line 2727

class CreateThingResponse < Struct.new(
  :thing_name,
  :thing_arn,
  :thing_id)
  include Aws::Structure
end

#thing_nameString

The name of the new thing.

Returns:

  • (String)


2727
2728
2729
2730
2731
2732
# File 'lib/aws-sdk-iot/types.rb', line 2727

class CreateThingResponse < Struct.new(
  :thing_name,
  :thing_arn,
  :thing_id)
  include Aws::Structure
end