Class: Aws::Types::ScheduledUpdateConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configTypes::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.

Returns:

  • (::String)


10711
10712
10713
# File 'sig/types.rbs', line 10711

def schedule_expression
  @schedule_expression
end