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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_nameString

The name of the thing group.

Returns:

  • (String)


6242
6243
6244
6245
6246
# File 'lib/aws-sdk-iot/types.rb', line 6242

class DescribeThingGroupRequest < Struct.new(
  :thing_group_name)
  SENSITIVE = []
  include Aws::Structure
end