Class: Aws::LexModelsV2::Types::GetTestExecutionArtifactsUrlResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::GetTestExecutionArtifactsUrlResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #download_artifacts_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pre-signed Amazon S3 URL to download completed test execution.
 - 
  
    
      #test_execution_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the completed test execution.
 
Instance Attribute Details
#download_artifacts_url ⇒ String
The pre-signed Amazon S3 URL to download completed test execution.
      7834 7835 7836 7837 7838 7839  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7834 class GetTestExecutionArtifactsUrlResponse < Struct.new( :test_execution_id, :download_artifacts_url) SENSITIVE = [] include Aws::Structure end  | 
  
#test_execution_id ⇒ String
The unique identifier of the completed test execution.
      7834 7835 7836 7837 7838 7839  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7834 class GetTestExecutionArtifactsUrlResponse < Struct.new( :test_execution_id, :download_artifacts_url) SENSITIVE = [] include Aws::Structure end  |