Class: Aws::BedrockRuntime::Types::ServiceTier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#typeString

Specifies the processing tier type used for serving the request.

Returns:

  • (String)


3901
3902
3903
3904
3905
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3901

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