Class: Aws::Bedrock::Types::DeleteProvisionedModelThroughputRequest

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_idString

The Amazon Resource Name (ARN) or name of the Provisioned Throughput.

Returns:

  • (String)


4961
4962
4963
4964
4965
# File 'lib/aws-sdk-bedrock/types.rb', line 4961

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