Class: Aws::Types::ThingGroupMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ThingGroupMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#parent_group_name ⇒ ::String
Returns the value of attribute parent_group_name.
-
#root_to_parent_thing_groups ⇒ ::Array[Types::GroupNameAndArn]
Returns the value of attribute root_to_parent_thing_groups.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4798 4799 4800 |
# File 'sig/types.rbs', line 4798 def creation_date @creation_date end |
#parent_group_name ⇒ ::String
Returns the value of attribute parent_group_name.
4796 4797 4798 |
# File 'sig/types.rbs', line 4796 def parent_group_name @parent_group_name end |
#root_to_parent_thing_groups ⇒ ::Array[Types::GroupNameAndArn]
Returns the value of attribute root_to_parent_thing_groups.
4797 4798 4799 |
# File 'sig/types.rbs', line 4797 def root_to_parent_thing_groups @root_to_parent_thing_groups end |