Class: Aws::Bedrock::Types::CreateProvisionedModelThroughputResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateProvisionedModelThroughputResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provisioned_model_arn ⇒ String
The Amazon Resource Name (ARN) for this Provisioned Throughput.
Instance Attribute Details
#provisioned_model_arn ⇒ String
The Amazon Resource Name (ARN) for this Provisioned Throughput.
1032 1033 1034 1035 1036 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1032 class CreateProvisionedModelThroughputResponse < Struct.new( :provisioned_model_arn) SENSITIVE = [] include Aws::Structure end |