Class: Aws::SavingsPlans::Types::SavingsPlanOffering
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::SavingsPlanOffering
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
Information about a Savings Plan offering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency ⇒ String
The currency.
-
#description ⇒ String
The description.
-
#duration_seconds ⇒ Integer
The duration, in seconds.
-
#offering_id ⇒ String
The ID of the offering.
-
#operation ⇒ String
The specific Amazon Web Services operation for the line item in the billing report.
-
#payment_option ⇒ String
The payment option.
-
#plan_type ⇒ String
The plan type.
-
#product_types ⇒ Array<String>
The product type.
-
#properties ⇒ Array<Types::SavingsPlanOfferingProperty>
The properties.
-
#service_code ⇒ String
The service.
-
#usage_type ⇒ String
The usage details of the line item in the billing report.
Instance Attribute Details
#currency ⇒ String
The currency.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#duration_seconds ⇒ Integer
The duration, in seconds.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#offering_id ⇒ String
The ID of the offering.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :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.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#payment_option ⇒ String
The payment option.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#plan_type ⇒ String
The plan type.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#product_types ⇒ Array<String>
The product type.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<Types::SavingsPlanOfferingProperty>
The properties.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :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.
664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 664 class SavingsPlanOffering < Struct.new( :offering_id, :product_types, :plan_type, :description, :payment_option, :duration_seconds, :currency, :service_code, :usage_type, :operation, :properties) SENSITIVE = [] include Aws::Structure end |