Class: Aws::IoT::Types::CreateThingGroupRequest

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

#parent_group_nameString

The name of the parent thing group.

Returns:

  • (String)


4479
4480
4481
4482
4483
4484
4485
4486
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4479

class CreateThingGroupRequest < Struct.new(
  :thing_group_name,
  :parent_group_name,
  :thing_group_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata which can be used to manage the thing group.

Returns:



4479
4480
4481
4482
4483
4484
4485
4486
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4479

class CreateThingGroupRequest < Struct.new(
  :thing_group_name,
  :parent_group_name,
  :thing_group_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_nameString

The thing group name to create.

Returns:

  • (String)


4479
4480
4481
4482
4483
4484
4485
4486
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4479

class CreateThingGroupRequest < Struct.new(
  :thing_group_name,
  :parent_group_name,
  :thing_group_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#thing_group_propertiesTypes::ThingGroupProperties

The thing group properties.



4479
4480
4481
4482
4483
4484
4485
4486
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4479

class CreateThingGroupRequest < Struct.new(
  :thing_group_name,
  :parent_group_name,
  :thing_group_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end