Class: Aws::LexModelsV2::Types::ExportSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::ExportSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Provides summary information about an export in an export list.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the export was created.
 - 
  
    
      #export_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier that Amazon Lex assigned to the export.
 - 
  
    
      #export_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the export.
 - 
  
    
      #file_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The file format used in the export files.
 - 
  
    
      #last_updated_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the export was last updated.
 - 
  
    
      #resource_specification  ⇒ Types::ExportResourceSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the bot or bot locale that was exported.
 
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time that the export was created.
      7486 7487 7488 7489 7490 7491 7492 7493 7494 7495  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486 class ExportSummary < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#export_id ⇒ String
The unique identifier that Amazon Lex assigned to the export.
      7486 7487 7488 7489 7490 7491 7492 7493 7494 7495  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486 class ExportSummary < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#export_status ⇒ String
The status of the export. When the status is ‘Completed` the export is ready to download.
      7486 7487 7488 7489 7490 7491 7492 7493 7494 7495  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486 class ExportSummary < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#file_format ⇒ String
The file format used in the export files.
      7486 7487 7488 7489 7490 7491 7492 7493 7494 7495  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486 class ExportSummary < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_date_time ⇒ Time
The date and time that the export was last updated.
      7486 7487 7488 7489 7490 7491 7492 7493 7494 7495  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486 class ExportSummary < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_specification ⇒ Types::ExportResourceSpecification
Information about the bot or bot locale that was exported.
      7486 7487 7488 7489 7490 7491 7492 7493 7494 7495  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7486 class ExportSummary < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  |