Class: Aws::SavingsPlans::Types::SavingsPlanOfferingRate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanOfferingRate
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
Information about a Savings Plan offering rate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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::SavingsPlanOfferingRateProperty>
The properties.
-
#rate ⇒ String
The Savings Plan rate.
-
#savings_plan_offering ⇒ Types::ParentSavingsPlanOffering
The Savings Plan offering.
-
#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
#operation ⇒ String
The specific Amazon Web Services operation for the line item in the billing report.
755 756 757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 755 class SavingsPlanOfferingRate < Struct.new( :savings_plan_offering, :rate, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#product_type ⇒ String
The product type.
755 756 757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 755 class SavingsPlanOfferingRate < Struct.new( :savings_plan_offering, :rate, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<Types::SavingsPlanOfferingRateProperty>
The properties.
755 756 757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 755 class SavingsPlanOfferingRate < Struct.new( :savings_plan_offering, :rate, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#rate ⇒ String
The Savings Plan rate.
755 756 757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 755 class SavingsPlanOfferingRate < Struct.new( :savings_plan_offering, :rate, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#savings_plan_offering ⇒ Types::ParentSavingsPlanOffering
The Savings Plan offering.
755 756 757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 755 class SavingsPlanOfferingRate < Struct.new( :savings_plan_offering, :rate, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service.
755 756 757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 755 class SavingsPlanOfferingRate < Struct.new( :savings_plan_offering, :rate, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
The unit.
755 756 757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 755 class SavingsPlanOfferingRate < Struct.new( :savings_plan_offering, :rate, :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.
755 756 757 758 759 760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 755 class SavingsPlanOfferingRate < Struct.new( :savings_plan_offering, :rate, :unit, :product_type, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |