Class: Aws::Bedrock::Types::PricingTerm

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

Overview

Describes the usage-based pricing term.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rate_cardArray<Types::DimensionalPriceRate>

Describes a usage price for each dimension.

Returns:



7959
7960
7961
7962
7963
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7959

class PricingTerm < Struct.new(
  :rate_card)
  SENSITIVE = []
  include Aws::Structure
end