Class: Aws::Bedrock::Types::DeleteImportedModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DeleteImportedModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_identifier ⇒ String
Name of the imported model to delete.
Instance Attribute Details
#model_identifier ⇒ String
Name of the imported model to delete.
1400 1401 1402 1403 1404 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1400 class DeleteImportedModelRequest < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |