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

#operationString

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_typeString

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

#propertiesArray<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

#rateString

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_offeringTypes::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_codeString

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

#unitString

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_typeString

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