Class: Aws::Types::DayOfMonth
- Inherits:
-
Object
- Object
- Aws::Types::DayOfMonth
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DayNumber, LastDayOfMonth, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day_number ⇒ ::Integer
Returns the value of attribute day_number.
-
#last_day_of_month ⇒ Types::LastDayOfMonth
Returns the value of attribute last_day_of_month.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#day_number ⇒ ::Integer
Returns the value of attribute day_number.
696 697 698 |
# File 'sig/types.rbs', line 696 def day_number @day_number end |
#last_day_of_month ⇒ Types::LastDayOfMonth
Returns the value of attribute last_day_of_month.
697 698 699 |
# File 'sig/types.rbs', line 697 def last_day_of_month @last_day_of_month end |
#unknown ⇒ Object
Returns the value of attribute unknown.
698 699 700 |
# File 'sig/types.rbs', line 698 def unknown @unknown end |