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.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def level_1 @level_1 end |
#level_2 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_2.
4410 4411 4412 |
# File 'sig/types.rbs', line 4410 def level_2 @level_2 end |
#level_3 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_3.
4411 4412 4413 |
# File 'sig/types.rbs', line 4411 def level_3 @level_3 end |
#level_4 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_4.
4412 4413 4414 |
# File 'sig/types.rbs', line 4412 def level_4 @level_4 end |
#level_5 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_5.
4413 4414 4415 |
# File 'sig/types.rbs', line 4413 def level_5 @level_5 end |