Class: Aws::Types::ThingGroupProperties
- Inherits:
-
Object
- Object
- Aws::Types::ThingGroupProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_payload ⇒ Types::AttributePayload
Returns the value of attribute attribute_payload.
-
#thing_group_description ⇒ ::String
Returns the value of attribute thing_group_description.
Instance Attribute Details
#attribute_payload ⇒ Types::AttributePayload
Returns the value of attribute attribute_payload.
4804 4805 4806 |
# File 'sig/types.rbs', line 4804 def attribute_payload @attribute_payload end |
#thing_group_description ⇒ ::String
Returns the value of attribute thing_group_description.
4803 4804 4805 |
# File 'sig/types.rbs', line 4803 def thing_group_description @thing_group_description end |