Class: Aws::Types::CreateScheduleRequest

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)


163
164
165
# File 'sig/types.rbs', line 163

def cron_expression
  @cron_expression
end

#job_names ⇒ ::Array[::String]

Returns the value of attribute job_names.

Returns:

  • (::Array[::String])


162
163
164
# File 'sig/types.rbs', line 162

def job_names
  @job_names
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def name
  @name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


164
165
166
# File 'sig/types.rbs', line 164

def tags
  @tags
end