Class: Aws::Types::ClusterAutoPatchConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::DeploymentConfiguration

Returns the value of attribute deployment_config.



1233
1234
1235
# File 'sig/types.rbs', line 1233

def deployment_config
  @deployment_config
end

#patch_scheduleTypes::ClusterPatchSchedule

Returns the value of attribute patch_schedule.



1232
1233
1234
# File 'sig/types.rbs', line 1232

def patch_schedule
  @patch_schedule
end

#patching_strategy"WhenIdle", "WhenAllIdle"

Returns the value of attribute patching_strategy.



1231
1232
1233
# File 'sig/types.rbs', line 1231

def patching_strategy
  @patching_strategy
end