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.
4270 4271 4272 |
# File 'sig/types.rbs', line 4270 def level_1 @level_1 end |
#level_2 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_2.
4271 4272 4273 |
# File 'sig/types.rbs', line 4271 def level_2 @level_2 end |
#level_3 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_3.
4272 4273 4274 |
# File 'sig/types.rbs', line 4272 def level_3 @level_3 end |
#level_4 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_4.
4273 4274 4275 |
# File 'sig/types.rbs', line 4273 def level_4 @level_4 end |
#level_5 ⇒ Types::AgentHierarchyGroup
Returns the value of attribute level_5.
4274 4275 4276 |
# File 'sig/types.rbs', line 4274 def level_5 @level_5 end |