Class: Aws::CostOptimizationHub::Types::Usage

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

Overview

Details about the usage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operationString

The operation value.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2085

class Usage < Struct.new(
  :usage_type,
  :usage_amount,
  :operation,
  :product_code,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#product_codeString

The product code.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2085

class Usage < Struct.new(
  :usage_type,
  :usage_amount,
  :operation,
  :product_code,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#unitString

The usage unit.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2085

class Usage < Struct.new(
  :usage_type,
  :usage_amount,
  :operation,
  :product_code,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#usage_amountFloat

The usage amount.

Returns:

  • (Float)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2085

class Usage < Struct.new(
  :usage_type,
  :usage_amount,
  :operation,
  :product_code,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end

#usage_typeString

The usage type.

Returns:

  • (String)


2085
2086
2087
2088
2089
2090
2091
2092
2093
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 2085

class Usage < Struct.new(
  :usage_type,
  :usage_amount,
  :operation,
  :product_code,
  :unit)
  SENSITIVE = []
  include Aws::Structure
end