Class: Aws::Types::ClusterAutoPatchConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::DeploymentConfiguration

Returns the value of attribute deployment_config.



1218
1219
1220
# File 'sig/types.rbs', line 1218

def deployment_config
  @deployment_config
end

#patch_scheduleTypes::ClusterPatchSchedule

Returns the value of attribute patch_schedule.



1217
1218
1219
# File 'sig/types.rbs', line 1217

def patch_schedule
  @patch_schedule
end

#patching_strategy"WhenIdle", "WhenAllIdle"

Returns the value of attribute patching_strategy.

Returns:

  • ("WhenIdle", "WhenAllIdle")


1216
1217
1218
# File 'sig/types.rbs', line 1216

def patching_strategy
  @patching_strategy
end