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

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

Overview

The output of the CreateThing operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_arnString

The ARN of the new thing.

Returns:

  • (String)


4229
4230
4231
4232
4233
4234
4235
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4229

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

#thing_idString

The thing ID.

Returns:

  • (String)


4229
4230
4231
4232
4233
4234
4235
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4229

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

#thing_nameString

The name of the new thing.

Returns:

  • (String)


4229
4230
4231
4232
4233
4234
4235
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4229

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