Class: Aws::Bedrock::Types::CreateProvisionedModelThroughputResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#provisioned_model_arnString

The Amazon Resource Name (ARN) for this Provisioned Throughput.

Returns:

  • (String)


4189
4190
4191
4192
4193
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4189

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