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.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def automated_update_date @automated_update_date end |
#cancellable ⇒ Boolean
Returns the value of attribute cancellable.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def cancellable @cancellable end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def current_version @current_version end |
#description ⇒ ::String
Returns the value of attribute description.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def description @description end |
#new_version ⇒ ::String
Returns the value of attribute new_version.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def new_version @new_version end |
#optional_deployment ⇒ Boolean
Returns the value of attribute optional_deployment.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def optional_deployment @optional_deployment end |
#update_available ⇒ Boolean
Returns the value of attribute update_available.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def update_available @update_available end |
#update_status ⇒ "PENDING_UPDATE", ...
Returns the value of attribute update_status.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def update_status @update_status end |