Class: Aws::Billing::Types::PricingPlan

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb

Overview

A pricing plan for Enterprise Support billing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

A description of the pricing plan.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#discount_applies_to_minimum_charge ⇒ Boolean

Whether the discount applies to the minimum Support charge.

Returns:

  • (Boolean)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#end_date ⇒ Time

The end date of the pricing plan.

Returns:

  • (Time)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_charge ⇒ String

The minimum Support charge amount for this pricing plan.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the pricing plan.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#plan_discount_percent ⇒ String

The discount percentage applied by this pricing plan.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_plan_id ⇒ String

The unique identifier for the pricing plan.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#start_date ⇒ Time

The start date of the pricing plan.

Returns:

  • (Time)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#tiered ⇒ String

Whether the pricing plan uses tiered pricing.

Returns:

  • (String)


1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end

#tiers ⇒ Array<Types::PricingPlanTier>

The pricing tiers within this plan.

Returns:



1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 1743

class PricingPlan < Struct.new(
  :pricing_plan_id,
  :name,
  :description,
  :start_date,
  :end_date,
  :plan_discount_percent,
  :discount_applies_to_minimum_charge,
  :minimum_charge,
  :tiered,
  :tiers)
  SENSITIVE = []
  include Aws::Structure
end