Class: Aws::IoT::Types::CreateThingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateThingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output of the CreateThing operation.
Instance Attribute Summary collapse
-
#thing_arn ⇒ String
The ARN of the new thing.
-
#thing_id ⇒ String
The thing ID.
-
#thing_name ⇒ String
The name of the new thing.
Instance Attribute Details
#thing_arn ⇒ String
The ARN of the new thing.
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_id ⇒ String
The thing ID.
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_name ⇒ String
The name of the new thing.
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 |