Class: Aws::LexModelsV2::Types::GenerationSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::GenerationSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about a generation request made for the bot locale.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time at which the generation request was made.
 - 
  
    
      #generation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the generation request.
 - 
  
    
      #generation_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the generation request.
 - 
  
    
      #last_updated_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time at which the generation request was last updated.
 
Instance Attribute Details
#creation_date_time ⇒ Time
The date and time at which the generation request was made.
      7780 7781 7782 7783 7784 7785 7786 7787  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7780 class GenerationSummary < Struct.new( :generation_id, :generation_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#generation_id ⇒ String
The unique identifier of the generation request.
      7780 7781 7782 7783 7784 7785 7786 7787  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7780 class GenerationSummary < Struct.new( :generation_id, :generation_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#generation_status ⇒ String
The status of the generation request.
      7780 7781 7782 7783 7784 7785 7786 7787  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7780 class GenerationSummary < Struct.new( :generation_id, :generation_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_date_time ⇒ Time
The date and time at which the generation request was last updated.
      7780 7781 7782 7783 7784 7785 7786 7787  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7780 class GenerationSummary < Struct.new( :generation_id, :generation_status, :creation_date_time, :last_updated_date_time) SENSITIVE = [] include Aws::Structure end  |