Class: Aws::DeviceFarm::Types::CreateTestGridProjectResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateTestGridProjectResult
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_grid_project ⇒ Types::TestGridProject
ARN of the Selenium testing project that was created.
Instance Attribute Details
#test_grid_project ⇒ Types::TestGridProject
ARN of the Selenium testing project that was created.
675 676 677 678 679 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 675 class CreateTestGridProjectResult < Struct.new( :test_grid_project) SENSITIVE = [] include Aws::Structure end |