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.
5025 5026 5027 5028 5029 5030 5031 5032 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5025 class DimensionalPriceRate < Struct.new( :dimension, :price, :description, :unit) SENSITIVE = [] include Aws::Structure end |
#dimension ⇒ String
Dimension for the price rate.
5025 5026 5027 5028 5029 5030 5031 5032 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5025 class DimensionalPriceRate < Struct.new( :dimension, :price, :description, :unit) SENSITIVE = [] include Aws::Structure end |
#price ⇒ String
Single-dimensional rate information.
5025 5026 5027 5028 5029 5030 5031 5032 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5025 class DimensionalPriceRate < Struct.new( :dimension, :price, :description, :unit) SENSITIVE = [] include Aws::Structure end |
#unit ⇒ String
Unit associated with the price.
5025 5026 5027 5028 5029 5030 5031 5032 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5025 class DimensionalPriceRate < Struct.new( :dimension, :price, :description, :unit) SENSITIVE = [] include Aws::Structure end |