Class: Aws::DeviceFarm::Types::GetTestGridProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetTestGridProjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
2107 2108 2109 2110 2111 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2107 class GetTestGridProjectRequest < Struct.new( :project_arn) SENSITIVE = [] include Aws::Structure end |