Class: Aws::Types::SoftwareUpdateOptions
- Inherits:
-
Object
- Object
- Aws::Types::SoftwareUpdateOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_software_update_enabled ⇒ Boolean
Returns the value of attribute auto_software_update_enabled.
-
#use_latest_service_software_for_blue_green ⇒ Boolean
Returns the value of attribute use_latest_service_software_for_blue_green.
Instance Attribute Details
#auto_software_update_enabled ⇒ Boolean
Returns the value of attribute auto_software_update_enabled.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def auto_software_update_enabled @auto_software_update_enabled end |
#use_latest_service_software_for_blue_green ⇒ Boolean
Returns the value of attribute use_latest_service_software_for_blue_green.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def use_latest_service_software_for_blue_green @use_latest_service_software_for_blue_green end |