Class: Aws::LexModelsV2::Types::DeleteExportRequest

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

#export_idString

The unique identifier of the export to delete.

Returns:

  • (String)


5308
5309
5310
5311
5312
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 5308

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