Class: Aws::LexModelsV2::Types::DeleteImportResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lexmodelsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_idString

The unique identifier of the deleted import.

Returns:

  • (String)


5614
5615
5616
5617
5618
5619
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5614

class DeleteImportResponse < Struct.new(
  :import_id,
  :import_status)
  SENSITIVE = []
  include Aws::Structure
end

#import_statusString

The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.

Returns:

  • (String)


5614
5615
5616
5617
5618
5619
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5614

class DeleteImportResponse < Struct.new(
  :import_id,
  :import_status)
  SENSITIVE = []
  include Aws::Structure
end