Class: Aws::Bedrock::Types::GetProvisionedModelThroughputRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetProvisionedModelThroughputRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provisioned_model_id ⇒ String
The Amazon Resource Name (ARN) or name of the Provisioned Throughput.
Instance Attribute Details
#provisioned_model_id ⇒ String
The Amazon Resource Name (ARN) or name of the Provisioned Throughput.
7665 7666 7667 7668 7669 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7665 class GetProvisionedModelThroughputRequest < Struct.new( :provisioned_model_id) SENSITIVE = [] include Aws::Structure end |