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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_arnString

The thing group ARN.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
# File 'lib/aws-sdk-iot/types.rb', line 4191

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

#thing_group_idString

The thing group ID.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
# File 'lib/aws-sdk-iot/types.rb', line 4191

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

#thing_group_nameString

The thing group name.

Returns:

  • (String)


4191
4192
4193
4194
4195
4196
4197
# File 'lib/aws-sdk-iot/types.rb', line 4191

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