Class: Aws::Types::BillingPeriod
- Inherits:
-
Object
- Object
- Aws::Types::BillingPeriod
- 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.
54 55 56 |
# File 'sig/types.rbs', line 54 def month @month end |
#year ⇒ ::Integer
Returns the value of attribute year.
53 54 55 |
# File 'sig/types.rbs', line 53 def year @year end |