Class: Aws::Types::ClusterAutoPatchConfigDetails

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#current_patch_scheduleTypes::ClusterPatchScheduleDetails

Returns the value of attribute current_patch_schedule.



1239
1240
1241
# File 'sig/types.rbs', line 1239

def current_patch_schedule
  @current_patch_schedule
end

#deployment_configTypes::DeploymentConfiguration

Returns the value of attribute deployment_config.



1241
1242
1243
# File 'sig/types.rbs', line 1241

def deployment_config
  @deployment_config
end

#desired_patch_scheduleTypes::ClusterPatchScheduleDetails

Returns the value of attribute desired_patch_schedule.



1240
1241
1242
# File 'sig/types.rbs', line 1240

def desired_patch_schedule
  @desired_patch_schedule
end

#patching_strategy"WhenIdle", "WhenAllIdle"

Returns the value of attribute patching_strategy.



1238
1239
1240
# File 'sig/types.rbs', line 1238

def patching_strategy
  @patching_strategy
end