Class: Aws::Types::PricingPlanTier
- Inherits:
-
Object
- Object
- Aws::Types::PricingPlanTier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_percentage_of_aggregate_charges ⇒ ::String
Returns the value of attribute additional_percentage_of_aggregate_charges.
-
#aggregate_charges_adjustment ⇒ ::String
Returns the value of attribute aggregate_charges_adjustment.
-
#base_charge ⇒ ::String
Returns the value of attribute base_charge.
-
#increment ⇒ ::String
Returns the value of attribute increment.
-
#increment_charge ⇒ ::String
Returns the value of attribute increment_charge.
-
#incremental ⇒ Boolean
Returns the value of attribute incremental.
-
#tier_maximum ⇒ ::String
Returns the value of attribute tier_maximum.
-
#tier_minimum ⇒ ::String
Returns the value of attribute tier_minimum.
Instance Attribute Details
#additional_percentage_of_aggregate_charges ⇒ ::String
Returns the value of attribute additional_percentage_of_aggregate_charges.
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.
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.
435 436 437 |
# File 'sig/types.rbs', line 435 def base_charge @base_charge end |
#increment ⇒ ::String
Returns the value of attribute increment.
439 440 441 |
# File 'sig/types.rbs', line 439 def increment @increment end |
#increment_charge ⇒ ::String
Returns the value of attribute increment_charge.
440 441 442 |
# File 'sig/types.rbs', line 440 def increment_charge @increment_charge end |
#incremental ⇒ Boolean
Returns the value of attribute incremental.
438 439 440 |
# File 'sig/types.rbs', line 438 def incremental @incremental end |
#tier_maximum ⇒ ::String
Returns the value of attribute tier_maximum.
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.
433 434 435 |
# File 'sig/types.rbs', line 433 def tier_minimum @tier_minimum end |