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.
4328 4329 4330 |
# File 'sig/types.rbs', line 4328 def level_1 @level_1 end |
#level_2 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_2.
4329 4330 4331 |
# File 'sig/types.rbs', line 4329 def level_2 @level_2 end |
#level_3 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_3.
4330 4331 4332 |
# File 'sig/types.rbs', line 4330 def level_3 @level_3 end |
#level_4 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_4.
4331 4332 4333 |
# File 'sig/types.rbs', line 4331 def level_4 @level_4 end |
#level_5 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_5.
4332 4333 4334 |
# File 'sig/types.rbs', line 4332 def level_5 @level_5 end |