Class: Aws::Types::PriceIncrease

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

Defined Under Namespace

Classes: FixedPercentage, PercentageRange, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fixed_percentageTypes::FixedPercentage

Returns the value of attribute fixed_percentage.



574
575
576
# File 'sig/types.rbs', line 574

def fixed_percentage
  @fixed_percentage
end

#percentage_rangeTypes::PercentageRange

Returns the value of attribute percentage_range.



575
576
577
# File 'sig/types.rbs', line 575

def percentage_range
  @percentage_range
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


576
577
578
# File 'sig/types.rbs', line 576

def unknown
  @unknown
end