Class: Aws::Types::Schedule

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

Defined Under Namespace

Classes: At, Cron, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#at::Time

Returns the value of attribute at.

Returns:

  • (::Time)


868
869
870
# File 'sig/types.rbs', line 868

def at
  @at
end

#cron::String

Returns the value of attribute cron.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def cron
  @cron
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


870
871
872
# File 'sig/types.rbs', line 870

def unknown
  @unknown
end