Class: Aws::Types::PriceIncrease
- Inherits:
-
Object
- Object
- Aws::Types::PriceIncrease
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: FixedPercentage, PercentageRange, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fixed_percentage ⇒ Types::FixedPercentage
Returns the value of attribute fixed_percentage.
-
#percentage_range ⇒ Types::PercentageRange
Returns the value of attribute percentage_range.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#fixed_percentage ⇒ Types::FixedPercentage
Returns the value of attribute fixed_percentage.
574 575 576 |
# File 'sig/types.rbs', line 574 def fixed_percentage @fixed_percentage end |
#percentage_range ⇒ Types::PercentageRange
Returns the value of attribute percentage_range.
575 576 577 |
# File 'sig/types.rbs', line 575 def percentage_range @percentage_range end |
#unknown ⇒ Object
Returns the value of attribute unknown.
576 577 578 |
# File 'sig/types.rbs', line 576 def unknown @unknown end |