Class: Aws::Types::Schedule

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

Defined Under Namespace

Classes: Daily, Monthly, OneTime, Unknown, Weekly

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dailyTypes::DailySchedule

Returns the value of attribute daily.



2494
2495
2496
# File 'sig/types.rbs', line 2494

def daily
  @daily
end

#monthlyTypes::MonthlySchedule

Returns the value of attribute monthly.



2496
2497
2498
# File 'sig/types.rbs', line 2496

def monthly
  @monthly
end

#one_timeTypes::OneTimeSchedule

Returns the value of attribute one_time.



2493
2494
2495
# File 'sig/types.rbs', line 2493

def one_time
  @one_time
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2497
2498
2499
# File 'sig/types.rbs', line 2497

def unknown
  @unknown
end

#weeklyTypes::WeeklySchedule

Returns the value of attribute weekly.



2495
2496
2497
# File 'sig/types.rbs', line 2495

def weekly
  @weekly
end