Class: Aws::Types::TaskSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


943
944
945
# File 'sig/types.rbs', line 943

def schedule_expression
  @schedule_expression
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


944
945
946
# File 'sig/types.rbs', line 944

def status
  @status
end