Method: Aws::IoT::Types::ThingGroupProperties#attribute_payload

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

#attribute_payloadTypes::AttributePayload

The thing group attributes in JSON format.



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