Class: Aws::SavingsPlans::Types::SavingsPlanOfferingRate

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

Overview

Information about a Savings Plan offering rate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation ⇒ String

The specific Amazon Web Services operation for the line item in the billing report.

Returns:

  • (String)


755
756
757
758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-savingsplans/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.

Returns:

  • (String)


755
756
757
758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-savingsplans/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 'gems/aws-sdk-savingsplans/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.

Returns:

  • (String)


755
756
757
758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-savingsplans/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 'gems/aws-sdk-savingsplans/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.

Returns:

  • (String)


755
756
757
758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-savingsplans/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.

Returns:

  • (String)


755
756
757
758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-savingsplans/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.

Returns:

  • (String)


755
756
757
758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-savingsplans/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