Class: Aws::LexModelsV2::Types::UpdateExportResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::UpdateExportResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
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 Amazon Lex assigned to the export. 
- 
  
    
      #export_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the export. 
- 
  
    
      #file_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The file format used for the files that define the resource. 
- 
  
    
      #last_updated_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time that the export was last updated. 
- 
  
    
      #resource_specification  ⇒ Types::ExportResourceSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of the type of resource that was exported, either a bot or a bot locale. 
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time that the export was created.
| 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719 class UpdateExportResponse < 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 Amazon Lex assigned to the export.
| 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719 class UpdateExportResponse < 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 archive is available for download.
| 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719 class UpdateExportResponse < 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 for the files that define the resource. The ‘TSV` format is required to export a custom vocabulary only; otherwise use `LexJson` format.
| 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719 class UpdateExportResponse < 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.
| 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719 class UpdateExportResponse < 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
A description of the type of resource that was exported, either a bot or a bot locale.
| 14719 14720 14721 14722 14723 14724 14725 14726 14727 14728 | # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14719 class UpdateExportResponse < Struct.new( :export_id, :resource_specification, :file_format, :export_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end |