Class: Aws::Types::DayOfMonth

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

Defined Under Namespace

Classes: DayNumber, LastDayOfMonth, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#day_number::Integer

Returns the value of attribute day_number.

Returns:

  • (::Integer)


696
697
698
# File 'sig/types.rbs', line 696

def day_number
  @day_number
end

#last_day_of_monthTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


698
699
700
# File 'sig/types.rbs', line 698

def unknown
  @unknown
end