Class: Aws::Types::InvoiceBillingPeriod
- Inherits:
-
Object
- Object
- Aws::Types::InvoiceBillingPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#month ⇒ ::Integer
Returns the value of attribute month.
-
#year ⇒ ::Integer
Returns the value of attribute year.
Instance Attribute Details
#month ⇒ ::Integer
Returns the value of attribute month.
523 524 525 |
# File 'sig/types.rbs', line 523 def month @month end |
#year ⇒ ::Integer
Returns the value of attribute year.
524 525 526 |
# File 'sig/types.rbs', line 524 def year @year end |