Class: Aws::SavingsPlans::Types::SavingsPlanRate

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

Overview

Information about a Savings Plan rate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 797

class SavingsPlanRate < Struct.new(
  :rate,
  :currency,
  :unit,
  :product_type,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#operationString

The specific AWS operation for the line item in the billing report.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 797

class SavingsPlanRate < Struct.new(
  :rate,
  :currency,
  :unit,
  :product_type,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#product_typeString

The product type.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 797

class SavingsPlanRate < Struct.new(
  :rate,
  :currency,
  :unit,
  :product_type,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesArray<Types::SavingsPlanRateProperty>

The properties.

Returns:



797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 797

class SavingsPlanRate < Struct.new(
  :rate,
  :currency,
  :unit,
  :product_type,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#rateString

The rate.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 797

class SavingsPlanRate < Struct.new(
  :rate,
  :currency,
  :unit,
  :product_type,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The service.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 797

class SavingsPlanRate < Struct.new(
  :rate,
  :currency,
  :unit,
  :product_type,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The unit.

Returns:

  • (String)


797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 797

class SavingsPlanRate < Struct.new(
  :rate,
  :currency,
  :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)


797
798
799
800
801
802
803
804
805
806
807
808
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 797

class SavingsPlanRate < Struct.new(
  :rate,
  :currency,
  :unit,
  :product_type,
  :service_code,
  :usage_type,
  :operation,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end