Class: Aws::Types::RollbackServiceSoftwareOptions
- Inherits:
-
Object
- Object
- Aws::Types::RollbackServiceSoftwareOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#new_version ⇒ ::String
Returns the value of attribute new_version.
-
#rollback_available ⇒ Boolean
Returns the value of attribute rollback_available.
Instance Attribute Details
#current_version ⇒ ::String
Returns the value of attribute current_version.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def current_version @current_version end |
#description ⇒ ::String
Returns the value of attribute description.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def description @description end |
#new_version ⇒ ::String
Returns the value of attribute new_version.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def new_version @new_version end |
#rollback_available ⇒ Boolean
Returns the value of attribute rollback_available.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def rollback_available @rollback_available end |