Class: Aws::Types::UpdatePricingRuleInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def description
  @description
end

#modifier_percentage ⇒ ::Float

Returns the value of attribute modifier_percentage.

Returns:

  • (::Float)


862
863
864
# File 'sig/types.rbs', line 862

def modifier_percentage
  @modifier_percentage
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def name
  @name
end

#tiering ⇒ Types::UpdateTieringInput

Returns the value of attribute tiering.



863
864
865
# File 'sig/types.rbs', line 863

def tiering
  @tiering
end

#type ⇒ "MARKUP", ...

Returns the value of attribute type.

Returns:

  • ("MARKUP", "DISCOUNT", "TIERING")


861
862
863
# File 'sig/types.rbs', line 861

def type
  @type
end