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)


7858
7859
7860
7861
7862
# File 'lib/aws-sdk-iot/types.rb', line 7858

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