You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DeviceFarm::Types::GetTestGridProjectRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DeviceFarm::Types::GetTestGridProjectRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing GetTestGridProjectRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  project_arn: "DeviceFarmArn", # required
}
Instance Attribute Summary collapse
- 
  
    
      #project_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects. 
Instance Attribute Details
#project_arn ⇒ String
The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects.