Class: Aws::Types::HierarchyStructure
- Inherits:
-
Object
- Object
- Aws::Types::HierarchyStructure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#level_five ⇒ Types::HierarchyLevel
Returns the value of attribute level_five.
-
#level_four ⇒ Types::HierarchyLevel
Returns the value of attribute level_four.
-
#level_one ⇒ Types::HierarchyLevel
Returns the value of attribute level_one.
-
#level_three ⇒ Types::HierarchyLevel
Returns the value of attribute level_three.
-
#level_two ⇒ Types::HierarchyLevel
Returns the value of attribute level_two.
Instance Attribute Details
#level_five ⇒ Types::HierarchyLevel
Returns the value of attribute level_five.
4513 4514 4515 |
# File 'sig/types.rbs', line 4513 def level_five @level_five end |
#level_four ⇒ Types::HierarchyLevel
Returns the value of attribute level_four.
4512 4513 4514 |
# File 'sig/types.rbs', line 4512 def level_four @level_four end |
#level_one ⇒ Types::HierarchyLevel
Returns the value of attribute level_one.
4509 4510 4511 |
# File 'sig/types.rbs', line 4509 def level_one @level_one end |
#level_three ⇒ Types::HierarchyLevel
Returns the value of attribute level_three.
4511 4512 4513 |
# File 'sig/types.rbs', line 4511 def level_three @level_three end |
#level_two ⇒ Types::HierarchyLevel
Returns the value of attribute level_two.
4510 4511 4512 |
# File 'sig/types.rbs', line 4510 def level_two @level_two end |