Class: Aws::IoT::Types::DescribeThingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingGroupRequest
- 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
-
#thing_group_name ⇒ String
The name of the thing group.
Instance Attribute Details
#thing_group_name ⇒ String
The name of the thing group.
4233 4234 4235 4236 |
# File 'lib/aws-sdk-iot/types.rb', line 4233 class DescribeThingGroupRequest < Struct.new( :thing_group_name) include Aws::Structure end |