Class: Aws::IoT::Types::ThingGroupProperties

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

Overview

Thing group properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_payloadTypes::AttributePayload

The thing group attributes in JSON format.



14843
14844
14845
14846
14847
14848
# File 'lib/aws-sdk-iot/types.rb', line 14843

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

#thing_group_descriptionString

The thing group description.

Returns:

  • (String)


14843
14844
14845
14846
14847
14848
# File 'lib/aws-sdk-iot/types.rb', line 14843

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