Class: Aws::Types::UpdatePricingRuleOutput

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)


868
869
870
# File 'sig/types.rbs', line 868

def arn
  @arn
end

#associated_pricing_plan_count ⇒ ::Integer

Returns the value of attribute associated_pricing_plan_count.

Returns:

  • (::Integer)


875
876
877
# File 'sig/types.rbs', line 875

def associated_pricing_plan_count
  @associated_pricing_plan_count
end

#billing_entity ⇒ ::String

Returns the value of attribute billing_entity.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def billing_entity
  @billing_entity
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


870
871
872
# File 'sig/types.rbs', line 870

def description
  @description
end

#last_modified_time ⇒ ::Integer

Returns the value of attribute last_modified_time.

Returns:

  • (::Integer)


876
877
878
# File 'sig/types.rbs', line 876

def last_modified_time
  @last_modified_time
end

#modifier_percentage ⇒ ::Float

Returns the value of attribute modifier_percentage.

Returns:

  • (::Float)


873
874
875
# File 'sig/types.rbs', line 873

def modifier_percentage
  @modifier_percentage
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def name
  @name
end

#operation ⇒ ::String

Returns the value of attribute operation.

Returns:

  • (::String)


880
881
882
# File 'sig/types.rbs', line 880

def operation
  @operation
end

#scope ⇒ "GLOBAL", ...

Returns the value of attribute scope.

Returns:

  • ("GLOBAL", "SERVICE", "BILLING_ENTITY", "SKU")


871
872
873
# File 'sig/types.rbs', line 871

def scope
  @scope
end

#service ⇒ ::String

Returns the value of attribute service.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def service
  @service
end

#tiering ⇒ Types::UpdateTieringInput

Returns the value of attribute tiering.



878
879
880
# File 'sig/types.rbs', line 878

def tiering
  @tiering
end

#type ⇒ "MARKUP", ...

Returns the value of attribute type.

Returns:

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


872
873
874
# File 'sig/types.rbs', line 872

def type
  @type
end

#usage_type ⇒ ::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


879
880
881
# File 'sig/types.rbs', line 879

def usage_type
  @usage_type
end