Class: Aws::IoT::Types::CreateThingGroupResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_arnString

The thing group ARN.



2662
2663
2664
2665
2666
2667
# File 'lib/aws-sdk-iot/types.rb', line 2662

class CreateThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id)
  include Aws::Structure
end

#thing_group_idString

The thing group ID.



2662
2663
2664
2665
2666
2667
# File 'lib/aws-sdk-iot/types.rb', line 2662

class CreateThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id)
  include Aws::Structure
end

#thing_group_nameString

The thing group name.



2662
2663
2664
2665
2666
2667
# File 'lib/aws-sdk-iot/types.rb', line 2662

class CreateThingGroupResponse < Struct.new(
  :thing_group_name,
  :thing_group_arn,
  :thing_group_id)
  include Aws::Structure
end