Class: Aws::Types::SyncSchedule
- Inherits:
-
Object
- Object
- Aws::Types::SyncSchedule
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Daily, Monthly, Unknown, Weekly
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily ⇒ Types::DailySchedule
Returns the value of attribute daily.
-
#monthly ⇒ Types::MonthlySchedule
Returns the value of attribute monthly.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#weekly ⇒ Types::WeeklySchedule
Returns the value of attribute weekly.
Instance Attribute Details
#daily ⇒ Types::DailySchedule
Returns the value of attribute daily.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def daily @daily end |
#monthly ⇒ Types::MonthlySchedule
Returns the value of attribute monthly.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def monthly @monthly end |
#unknown ⇒ Object
Returns the value of attribute unknown.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def unknown @unknown end |
#weekly ⇒ Types::WeeklySchedule
Returns the value of attribute weekly.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def weekly @weekly end |