Class: Aws::Types::HierarchyStructureUpdate
- Inherits:
-
Object
- Object
- Aws::Types::HierarchyStructureUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#level_five ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_five.
-
#level_four ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_four.
-
#level_one ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_one.
-
#level_three ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_three.
-
#level_two ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_two.
Instance Attribute Details
#level_five ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_five.
4324 4325 4326 |
# File 'sig/types.rbs', line 4324 def level_five @level_five end |
#level_four ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_four.
4323 4324 4325 |
# File 'sig/types.rbs', line 4323 def level_four @level_four end |
#level_one ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_one.
4320 4321 4322 |
# File 'sig/types.rbs', line 4320 def level_one @level_one end |
#level_three ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_three.
4322 4323 4324 |
# File 'sig/types.rbs', line 4322 def level_three @level_three end |
#level_two ⇒ Types::HierarchyLevelUpdate
Returns the value of attribute level_two.
4321 4322 4323 |
# File 'sig/types.rbs', line 4321 def level_two @level_two end |