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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2133
2134
2135
2136
2137
# File 'lib/aws-sdk-devicefarm/types.rb', line 2133

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