Class: Aws::Types::PricingPlanTier

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_percentage_of_aggregate_charges::String

Returns the value of attribute additional_percentage_of_aggregate_charges.

Returns:

  • (::String)


436
437
438
# File 'sig/types.rbs', line 436

def additional_percentage_of_aggregate_charges
  @additional_percentage_of_aggregate_charges
end

#aggregate_charges_adjustment::String

Returns the value of attribute aggregate_charges_adjustment.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def aggregate_charges_adjustment
  @aggregate_charges_adjustment
end

#base_charge::String

Returns the value of attribute base_charge.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def base_charge
  @base_charge
end

#increment::String

Returns the value of attribute increment.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def increment
  @increment
end

#increment_charge::String

Returns the value of attribute increment_charge.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def increment_charge
  @increment_charge
end

#incrementalBoolean

Returns the value of attribute incremental.

Returns:

  • (Boolean)


438
439
440
# File 'sig/types.rbs', line 438

def incremental
  @incremental
end

#tier_maximum::String

Returns the value of attribute tier_maximum.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def tier_maximum
  @tier_maximum
end

#tier_minimum::String

Returns the value of attribute tier_minimum.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def tier_minimum
  @tier_minimum
end