Class: Aws::IoT::Types::DescribeThingGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeThingGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
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.
6320 6321 6322 6323 6324 |
# File 'lib/aws-sdk-iot/types.rb', line 6320 class DescribeThingGroupRequest < Struct.new( :thing_group_name) SENSITIVE = [] include Aws::Structure end |