Class: Aws::IoT::Types::ThingGroupProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThingGroupProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Thing group properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_payload ⇒ Types::AttributePayload
The thing group attributes in JSON format.
-
#thing_group_description ⇒ String
The thing group description.
Instance Attribute Details
#attribute_payload ⇒ Types::AttributePayload
The thing group attributes in JSON format.
15486 15487 15488 15489 15490 15491 |
# File 'lib/aws-sdk-iot/types.rb', line 15486 class ThingGroupProperties < Struct.new( :thing_group_description, :attribute_payload) SENSITIVE = [] include Aws::Structure end |
#thing_group_description ⇒ String
The thing group description.
15486 15487 15488 15489 15490 15491 |
# File 'lib/aws-sdk-iot/types.rb', line 15486 class ThingGroupProperties < Struct.new( :thing_group_description, :attribute_payload) SENSITIVE = [] include Aws::Structure end |