Class: Aws::LexModelsV2::Types::DeleteImportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::DeleteImportRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_id ⇒ String
The unique identifier of the import to delete.
Instance Attribute Details
#import_id ⇒ String
The unique identifier of the import to delete.
5316 5317 5318 5319 5320 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5316 class DeleteImportRequest < Struct.new( :import_id) SENSITIVE = [] include Aws::Structure end |