Class: Aws::Types::InvoiceBillingPeriod

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#month::Integer

Returns the value of attribute month.

Returns:

  • (::Integer)


523
524
525
# File 'sig/types.rbs', line 523

def month
  @month
end

#year::Integer

Returns the value of attribute year.

Returns:

  • (::Integer)


524
525
526
# File 'sig/types.rbs', line 524

def year
  @year
end