Class: Aws::Types::UpdateScheduleRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expression ⇒ ::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


1060
1061
1062
# File 'sig/types.rbs', line 1060

def cron_expression
  @cron_expression
end

#job_names ⇒ ::Array[::String]

Returns the value of attribute job_names.

Returns:

  • (::Array[::String])


1059
1060
1061
# File 'sig/types.rbs', line 1059

def job_names
  @job_names
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def name
  @name
end