Class: Aws::Bedrock::Types::DeleteCustomModelDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteCustomModelDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_model_deployment_identifier ⇒ String
The Amazon Resource Name (ARN) or name of the custom model deployment to delete.
Instance Attribute Details
#custom_model_deployment_identifier ⇒ String
The Amazon Resource Name (ARN) or name of the custom model deployment to delete.
4080 4081 4082 4083 4084 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4080 class DeleteCustomModelDeploymentRequest < Struct.new( :custom_model_deployment_identifier) SENSITIVE = [] include Aws::Structure end |