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.



10734
10735
10736
# File 'sig/types.rbs', line 10734

def deployment_config
  @deployment_config
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


10733
10734
10735
# File 'sig/types.rbs', line 10733

def schedule_expression
  @schedule_expression
end