Class: Aws::BedrockRuntime::Types::ServiceTier
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ServiceTier
- Includes:
- Structure
- Defined in:
- 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.
3901 3902 3903 3904 3905 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3901 class ServiceTier < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |