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)


521
522
523
524
525
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 521

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