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.
4461 4462 4463 |
# File 'sig/types.rbs', line 4461 def level_1 @level_1 end |
#level_2 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_2.
4462 4463 4464 |
# File 'sig/types.rbs', line 4462 def level_2 @level_2 end |
#level_3 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_3.
4463 4464 4465 |
# File 'sig/types.rbs', line 4463 def level_3 @level_3 end |
#level_4 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_4.
4464 4465 4466 |
# File 'sig/types.rbs', line 4464 def level_4 @level_4 end |
#level_5 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_5.
4465 4466 4467 |
# File 'sig/types.rbs', line 4465 def level_5 @level_5 end |