Class: Aws::SavingsPlans::Types::SavingsPlanRate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanRate
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
Information about a Savings Plan rate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency ⇒ String
The currency.
-
#operation ⇒ String
The specific Amazon Web Services operation for the line item in the billing report.
-
#product_type ⇒ String
The product type.
-
#properties ⇒ Array<Types::SavingsPlanRateProperty>
The properties.
-
#rate ⇒ String
The rate.
-
#service_code ⇒ String
The service.
-
#unit ⇒ String
The unit.
-
#usage_type ⇒ String
The usage details of the line item in the billing report.
Instance Attribute Details
#currency ⇒ String
The currency.
843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 843 class SavingsPlanRate < Struct.new( :rate, :currency, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The specific Amazon Web Services operation for the line item in the billing report.
843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 843 class SavingsPlanRate < Struct.new( :rate, :currency, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The product type.
843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 843 class SavingsPlanRate < Struct.new( :rate, :currency, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<Types::SavingsPlanRateProperty>
The properties.
843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 843 class SavingsPlanRate < Struct.new( :rate, :currency, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#rate ⇒ String
The rate.
843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 843 class SavingsPlanRate < Struct.new( :rate, :currency, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service.
843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 843 class SavingsPlanRate < Struct.new( :rate, :currency, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit.
843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 843 class SavingsPlanRate < Struct.new( :rate, :currency, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The usage details of the line item in the billing report.
843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 843 class SavingsPlanRate < Struct.new( :rate, :currency, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |