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)


843
844
845
846
847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 843

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

#operationString

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

Returns:

  • (String)


843
844
845
846
847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 843

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)


843
844
845
846
847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 843

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:



843
844
845
846
847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 843

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)


843
844
845
846
847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 843

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)


843
844
845
846
847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 843

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)


843
844
845
846
847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 843

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)


843
844
845
846
847
848
849
850
851
852
853
854
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 843

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