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

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

Instance Attribute Details

#typeString

Specifies the processing tier type used for serving the request.

Returns:

  • (String)


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