Class: Aws::DeviceFarm::Types::TestGridProject

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

Overview

A Selenium testing project. Projects are used to collect and collate sessions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the project.

Returns:

  • (String)


5807
5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-devicefarm/types.rb', line 5807

class TestGridProject < Struct.new(
  :arn,
  :name,
  :description,
  :vpc_config,
  :created)
  SENSITIVE = []
  include Aws::Structure
end

#createdTime

When the project was created.

Returns:

  • (Time)


5807
5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-devicefarm/types.rb', line 5807

class TestGridProject < Struct.new(
  :arn,
  :name,
  :description,
  :vpc_config,
  :created)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A human-readable description for the project.

Returns:

  • (String)


5807
5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-devicefarm/types.rb', line 5807

class TestGridProject < Struct.new(
  :arn,
  :name,
  :description,
  :vpc_config,
  :created)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A human-readable name for the project.

Returns:

  • (String)


5807
5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-devicefarm/types.rb', line 5807

class TestGridProject < Struct.new(
  :arn,
  :name,
  :description,
  :vpc_config,
  :created)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::TestGridVpcConfig

The VPC security groups and subnets that are attached to a project.



5807
5808
5809
5810
5811
5812
5813
5814
5815
# File 'lib/aws-sdk-devicefarm/types.rb', line 5807

class TestGridProject < Struct.new(
  :arn,
  :name,
  :description,
  :vpc_config,
  :created)
  SENSITIVE = []
  include Aws::Structure
end