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
}
Constant Summary collapse
- SENSITIVE =
[]
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.
7839 7840 7841 7842 7843 |
# File 'lib/aws-sdk-iot/types.rb', line 7839 class DescribeThingGroupRequest < Struct.new( :thing_group_name) SENSITIVE = [] include Aws::Structure end |