Class: Aws::Types::HierarchyGroups
- Inherits:
-
Object
- Object
- Aws::Types::HierarchyGroups
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#level_1 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_1.
-
#level_2 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_2.
-
#level_3 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_3.
-
#level_4 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_4.
-
#level_5 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_5.
Instance Attribute Details
#level_1 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_1.
4323 4324 4325 |
# File 'sig/types.rbs', line 4323 def level_1 @level_1 end |
#level_2 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_2.
4324 4325 4326 |
# File 'sig/types.rbs', line 4324 def level_2 @level_2 end |
#level_3 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_3.
4325 4326 4327 |
# File 'sig/types.rbs', line 4325 def level_3 @level_3 end |
#level_4 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_4.
4326 4327 4328 |
# File 'sig/types.rbs', line 4326 def level_4 @level_4 end |
#level_5 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_5.
4327 4328 4329 |
# File 'sig/types.rbs', line 4327 def level_5 @level_5 end |