Method: Aws::IoT::Types::ThingGroupProperties#thing_group_description

Defined in:
lib/aws-sdk-iot/types.rb

#thing_group_descriptionString

The thing group description.

Returns:

  • (String)


16249
16250
16251
16252
16253
16254
# File 'lib/aws-sdk-iot/types.rb', line 16249

class ThingGroupProperties < Struct.new(
  :thing_group_description,
  :attribute_payload)
  SENSITIVE = []
  include Aws::Structure
end