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)


4114
4115
4116
4117
4118
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 4114

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