Class: Aws::IoT::Types::ThingGroupDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThingGroupDocument
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The thing group search index document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash<String,String>
The thing group attributes.
-
#parent_group_names ⇒ Array<String>
Parent group names.
-
#thing_group_description ⇒ String
The thing group description.
-
#thing_group_id ⇒ String
The thing group ID.
-
#thing_group_name ⇒ String
The thing group name.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The thing group attributes.
15406 15407 15408 15409 15410 15411 15412 15413 15414 |
# File 'lib/aws-sdk-iot/types.rb', line 15406 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end |
#parent_group_names ⇒ Array<String>
Parent group names.
15406 15407 15408 15409 15410 15411 15412 15413 15414 |
# File 'lib/aws-sdk-iot/types.rb', line 15406 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end |
#thing_group_description ⇒ String
The thing group description.
15406 15407 15408 15409 15410 15411 15412 15413 15414 |
# File 'lib/aws-sdk-iot/types.rb', line 15406 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end |
#thing_group_id ⇒ String
The thing group ID.
15406 15407 15408 15409 15410 15411 15412 15413 15414 |
# File 'lib/aws-sdk-iot/types.rb', line 15406 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end |
#thing_group_name ⇒ String
The thing group name.
15406 15407 15408 15409 15410 15411 15412 15413 15414 |
# File 'lib/aws-sdk-iot/types.rb', line 15406 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end |