Class: Aws::Types::HierarchyPath
- Inherits:
-
Object
- Object
- Aws::Types::HierarchyPath
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#level_five ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_five.
-
#level_four ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_four.
-
#level_one ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_one.
-
#level_three ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_three.
-
#level_two ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_two.
Instance Attribute Details
#level_five ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_five.
4297 4298 4299 |
# File 'sig/types.rbs', line 4297 def level_five @level_five end |
#level_four ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_four.
4296 4297 4298 |
# File 'sig/types.rbs', line 4296 def level_four @level_four end |
#level_one ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_one.
4293 4294 4295 |
# File 'sig/types.rbs', line 4293 def level_one @level_one end |
#level_three ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_three.
4295 4296 4297 |
# File 'sig/types.rbs', line 4295 def level_three @level_three end |
#level_two ⇒ Types::HierarchyGroupSummary
Returns the value of attribute level_two.
4294 4295 4296 |
# File 'sig/types.rbs', line 4294 def level_two @level_two end |