Class: Aws::IoT::Types::ThingGroupDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ThingGroupDocument
- Defined in:
- gems/aws-sdk-iot/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.
16128 16129 16130 16131 16132 16133 16134 16135 16136 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16128 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.
16128 16129 16130 16131 16132 16133 16134 16135 16136 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16128 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.
16128 16129 16130 16131 16132 16133 16134 16135 16136 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16128 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.
16128 16129 16130 16131 16132 16133 16134 16135 16136 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16128 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.
16128 16129 16130 16131 16132 16133 16134 16135 16136 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16128 class ThingGroupDocument < Struct.new( :thing_group_name, :thing_group_id, :thing_group_description, :attributes, :parent_group_names) SENSITIVE = [] include Aws::Structure end |