Class: Aws::DeviceFarm::Types::GetTestGridProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::GetTestGridProjectRequest
- Defined in:
- gems/aws-sdk-devicefarm/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.
2110 2111 2112 2113 2114 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2110 class GetTestGridProjectRequest < Struct.new( :project_arn) SENSITIVE = [] include Aws::Structure end |