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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4007

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)


4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4007

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)


4007
4008
4009
4010
4011
4012
4013
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4007

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