Class: Aws::Types::ClusterAutoPatchConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::ClusterAutoPatchConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_patch_schedule ⇒ Types::ClusterPatchScheduleDetails
Returns the value of attribute current_patch_schedule.
-
#deployment_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_config.
-
#desired_patch_schedule ⇒ Types::ClusterPatchScheduleDetails
Returns the value of attribute desired_patch_schedule.
-
#patching_strategy ⇒ "WhenIdle", "WhenAllIdle"
Returns the value of attribute patching_strategy.
Instance Attribute Details
#current_patch_schedule ⇒ Types::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_config ⇒ Types::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_schedule ⇒ Types::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.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def patching_strategy @patching_strategy end |