Class: Aws::Types::ServiceSoftwareOptions
- Inherits:
-
Object
- Object
- Aws::Types::ServiceSoftwareOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automated_update_date ⇒ ::Time
Returns the value of attribute automated_update_date.
-
#cancellable ⇒ Boolean
Returns the value of attribute cancellable.
-
#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.
-
#optional_deployment ⇒ Boolean
Returns the value of attribute optional_deployment.
-
#update_available ⇒ Boolean
Returns the value of attribute update_available.
-
#update_status ⇒ "PENDING_UPDATE", ...
Returns the value of attribute update_status.
Instance Attribute Details
#automated_update_date ⇒ ::Time
Returns the value of attribute automated_update_date.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def automated_update_date @automated_update_date end |
#cancellable ⇒ Boolean
Returns the value of attribute cancellable.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def cancellable @cancellable end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def current_version @current_version end |
#description ⇒ ::String
Returns the value of attribute description.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def description @description end |
#new_version ⇒ ::String
Returns the value of attribute new_version.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def new_version @new_version end |
#optional_deployment ⇒ Boolean
Returns the value of attribute optional_deployment.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def optional_deployment @optional_deployment end |
#update_available ⇒ Boolean
Returns the value of attribute update_available.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def update_available @update_available end |
#update_status ⇒ "PENDING_UPDATE", ...
Returns the value of attribute update_status.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def update_status @update_status end |