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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3706
3707
3708
3709
3710
# File 'lib/aws-sdk-bedrock/types.rb', line 3706

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