Class: Aws::Types::BillingPeriodRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_end_billing_period ⇒ ::String

Returns the value of attribute exclusive_end_billing_period.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def exclusive_end_billing_period
  @exclusive_end_billing_period
end

#inclusive_start_billing_period ⇒ ::String

Returns the value of attribute inclusive_start_billing_period.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def inclusive_start_billing_period
  @inclusive_start_billing_period
end