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
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_group_nameString

The name of the thing group.

Returns:

  • (String)


8061
8062
8063
8064
8065
# File 'lib/aws-sdk-iot/types.rb', line 8061

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