Class: Aws::Types::SoftwareUpdateOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_software_update_enabledBoolean

Returns the value of attribute auto_software_update_enabled.

Returns:

  • (Boolean)


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_greenBoolean

Returns the value of attribute use_latest_service_software_for_blue_green.

Returns:

  • (Boolean)


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