Class: Aws::Types::ModelLifeCycle
- Inherits:
-
Object
- Object
- Aws::Types::ModelLifeCycle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stage ⇒ ::String
Returns the value of attribute stage.
-
#stage_description ⇒ ::String
Returns the value of attribute stage_description.
-
#stage_status ⇒ ::String
Returns the value of attribute stage_status.
Instance Attribute Details
#stage ⇒ ::String
Returns the value of attribute stage.
9008 9009 9010 |
# File 'sig/types.rbs', line 9008 def stage @stage end |
#stage_description ⇒ ::String
Returns the value of attribute stage_description.
9010 9011 9012 |
# File 'sig/types.rbs', line 9010 def stage_description @stage_description end |
#stage_status ⇒ ::String
Returns the value of attribute stage_status.
9009 9010 9011 |
# File 'sig/types.rbs', line 9009 def stage_status @stage_status end |