Class: Aws::Types::ClusterAutoPatchConfigDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_patch_scheduleTypes::ClusterPatchScheduleDetails

Returns the value of attribute current_patch_schedule.



1224
1225
1226
# File 'sig/types.rbs', line 1224

def current_patch_schedule
  @current_patch_schedule
end

#deployment_configTypes::DeploymentConfiguration

Returns the value of attribute deployment_config.



1226
1227
1228
# File 'sig/types.rbs', line 1226

def deployment_config
  @deployment_config
end

#desired_patch_scheduleTypes::ClusterPatchScheduleDetails

Returns the value of attribute desired_patch_schedule.



1225
1226
1227
# File 'sig/types.rbs', line 1225

def desired_patch_schedule
  @desired_patch_schedule
end

#patching_strategy"WhenIdle", "WhenAllIdle"

Returns the value of attribute patching_strategy.

Returns:

  • ("WhenIdle", "WhenAllIdle")


1223
1224
1225
# File 'sig/types.rbs', line 1223

def patching_strategy
  @patching_strategy
end