Class: Aws::DeviceFarm::Types::CreateTestGridProjectResult

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

#test_grid_projectTypes::TestGridProject

ARN of the Selenium testing project that was created.



689
690
691
692
693
# File 'lib/aws-sdk-devicefarm/types.rb', line 689

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