Class: Aws::Types::SyncSchedule

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

Defined Under Namespace

Classes: Daily, Monthly, Unknown, Weekly

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dailyTypes::DailySchedule

Returns the value of attribute daily.



2681
2682
2683
# File 'sig/types.rbs', line 2681

def daily
  @daily
end

#monthlyTypes::MonthlySchedule

Returns the value of attribute monthly.



2683
2684
2685
# File 'sig/types.rbs', line 2683

def monthly
  @monthly
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


2684
2685
2686
# File 'sig/types.rbs', line 2684

def unknown
  @unknown
end

#weeklyTypes::WeeklySchedule

Returns the value of attribute weekly.



2682
2683
2684
# File 'sig/types.rbs', line 2682

def weekly
  @weekly
end