Class: Aws::Types::ThingGroupDocument
- Inherits:
-
Object
- Object
- Aws::Types::ThingGroupDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#parent_group_names ⇒ ::Array[::String]
Returns the value of attribute parent_group_names.
-
#thing_group_description ⇒ ::String
Returns the value of attribute thing_group_description.
-
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
-
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
4783 4784 4785 |
# File 'sig/types.rbs', line 4783 def attributes @attributes end |
#parent_group_names ⇒ ::Array[::String]
Returns the value of attribute parent_group_names.
4784 4785 4786 |
# File 'sig/types.rbs', line 4784 def parent_group_names @parent_group_names end |
#thing_group_description ⇒ ::String
Returns the value of attribute thing_group_description.
4782 4783 4784 |
# File 'sig/types.rbs', line 4782 def thing_group_description @thing_group_description end |
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
4781 4782 4783 |
# File 'sig/types.rbs', line 4781 def thing_group_id @thing_group_id end |
#thing_group_name ⇒ ::String
Returns the value of attribute thing_group_name.
4780 4781 4782 |
# File 'sig/types.rbs', line 4780 def thing_group_name @thing_group_name end |