Class: Aws::Types::Plan
- Inherits:
-
Object
- Object
- Aws::Types::Plan
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rotation_ids ⇒ ::Array[::String]
Returns the value of attribute rotation_ids.
-
#stages ⇒ ::Array[Types::Stage]
Returns the value of attribute stages.
Instance Attribute Details
#rotation_ids ⇒ ::Array[::String]
Returns the value of attribute rotation_ids.
516 517 518 |
# File 'sig/types.rbs', line 516 def rotation_ids @rotation_ids end |
#stages ⇒ ::Array[Types::Stage]
Returns the value of attribute stages.
515 516 517 |
# File 'sig/types.rbs', line 515 def stages @stages end |