Class: Aws::DeviceFarm::Types::GetTestGridProjectRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects.

Returns:

  • (String)


2140
2141
2142
2143
2144
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2140

class GetTestGridProjectRequest < Struct.new(
  :project_arn)
  SENSITIVE = []
  include Aws::Structure
end