Class: Aws::Types::ClusterAutoPatchConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterAutoPatchConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_config.
-
#patch_schedule ⇒ Types::ClusterPatchSchedule
Returns the value of attribute patch_schedule.
-
#patching_strategy ⇒ "WhenIdle", "WhenAllIdle"
Returns the value of attribute patching_strategy.
Instance Attribute Details
#deployment_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_config.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def deployment_config @deployment_config end |
#patch_schedule ⇒ Types::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.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def patching_strategy @patching_strategy end |