Class: Aws::DeviceFarm::Types::CreateTestGridProjectResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DeviceFarm::Types::CreateTestGridProjectResult
 
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #test_grid_project  ⇒ Types::TestGridProject 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    ARN of the Selenium testing project that was created. 
Instance Attribute Details
#test_grid_project ⇒ Types::TestGridProject
ARN of the Selenium testing project that was created.
| 693 694 695 696 697 | # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 693 class CreateTestGridProjectResult < Struct.new( :test_grid_project) SENSITIVE = [] include Aws::Structure end |