Class: Aws::Types::BillingPeriod

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)


54
55
56
# File 'sig/types.rbs', line 54

def month
  @month
end

#year::Integer

Returns the value of attribute year.

Returns:

  • (::Integer)


53
54
55
# File 'sig/types.rbs', line 53

def year
  @year
end