Class: Aws::Bedrock::Types::DeleteCustomModelDeploymentRequest

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

#custom_model_deployment_identifierString

The Amazon Resource Name (ARN) or name of the custom model deployment to delete.

Returns:

  • (String)


3923
3924
3925
3926
3927
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3923

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