Class: Aws::Bedrock::Types::DimensionalPriceRate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DimensionalPriceRate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Dimensional price rate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Description of the price rate.
-
#dimension ⇒ String
Dimension for the price rate.
-
#price ⇒ String
Single-dimensional rate information.
-
#unit ⇒ String
Unit associated with the price.
Instance Attribute Details
#description ⇒ String
Description of the price rate.
4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4289 class DimensionalPriceRate < Struct.new( :dimension, :price, :description, :unit) SENSITIVE = [] include Aws::Structure end |
#dimension ⇒ String
Dimension for the price rate.
4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4289 class DimensionalPriceRate < Struct.new( :dimension, :price, :description, :unit) SENSITIVE = [] include Aws::Structure end |
#price ⇒ String
Single-dimensional rate information.
4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4289 class DimensionalPriceRate < Struct.new( :dimension, :price, :description, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
Unit associated with the price.
4289 4290 4291 4292 4293 4294 4295 4296 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4289 class DimensionalPriceRate < Struct.new( :dimension, :price, :description, :unit) SENSITIVE = [] include Aws::Structure end |