Class: Aws::BedrockRuntime::Types::ServiceTier
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ServiceTier
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
Specifies the processing tier configuration used for serving the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
Specifies the processing tier type used for serving the request.
Instance Attribute Details
#type ⇒ String
Specifies the processing tier type used for serving the request.
4087 4088 4089 4090 4091 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4087 class ServiceTier < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |