Class: Aws::LexModelsV2::Types::DeleteExportResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_idString

The unique identifier of the deleted export.

Returns:

  • (String)


5230
5231
5232
5233
5234
5235
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5230

class DeleteExportResponse < Struct.new(
  :export_id,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end

#export_statusString

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

Returns:

  • (String)


5230
5231
5232
5233
5234
5235
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 5230

class DeleteExportResponse < Struct.new(
  :export_id,
  :export_status)
  SENSITIVE = []
  include Aws::Structure
end