Class: Aws::IoT::Types::DescribeThingGroupRequest

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

Overview

Note:

When making an API call, you may pass DescribeThingGroupRequest data as a hash:

{
  thing_group_name: "ThingGroupName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_nameString

The name of the thing group.

Returns:

  • (String)


4233
4234
4235
4236
# File 'lib/aws-sdk-iot/types.rb', line 4233

class DescribeThingGroupRequest < Struct.new(
  :thing_group_name)
  include Aws::Structure
end