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)


878
879
880
# File 'sig/types.rbs', line 878

def at
  @at
end

#cron::String

Returns the value of attribute cron.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def cron
  @cron
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


880
881
882
# File 'sig/types.rbs', line 880

def unknown
  @unknown
end