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.
5345 5346 5347 5348 5349 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5345 class DeleteImportRequest < Struct.new( :import_id) SENSITIVE = [] include Aws::Structure end |