Class: Aws::Types::ScheduledUpdateConfig
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledUpdateConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_config.
-
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
Instance Attribute Details
#deployment_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_config.
10712 10713 10714 |
# File 'sig/types.rbs', line 10712 def deployment_config @deployment_config end |
#schedule_expression ⇒ ::String
Returns the value of attribute schedule_expression.
10711 10712 10713 |
# File 'sig/types.rbs', line 10711 def schedule_expression @schedule_expression end |