Class: Aws::DeviceFarm::Types::TestGridProject
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TestGridProject
- 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
-
#arn ⇒ String
The ARN for the project.
-
#created ⇒ Time
When the project was created.
-
#description ⇒ String
A human-readable description for the project.
-
#name ⇒ String
A human-readable name for the project.
-
#vpc_config ⇒ Types::TestGridVpcConfig
The VPC security groups and subnets that are attached to a project.
Instance Attribute Details
#arn ⇒ String
The ARN for the project.
5679 5680 5681 5682 5683 5684 5685 5686 5687 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5679 class TestGridProject < Struct.new( :arn, :name, :description, :vpc_config, :created) SENSITIVE = [] include Aws::Structure end |
#created ⇒ Time
When the project was created.
5679 5680 5681 5682 5683 5684 5685 5686 5687 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5679 class TestGridProject < Struct.new( :arn, :name, :description, :vpc_config, :created) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A human-readable description for the project.
5679 5680 5681 5682 5683 5684 5685 5686 5687 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5679 class TestGridProject < Struct.new( :arn, :name, :description, :vpc_config, :created) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A human-readable name for the project.
5679 5680 5681 5682 5683 5684 5685 5686 5687 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5679 class TestGridProject < Struct.new( :arn, :name, :description, :vpc_config, :created) SENSITIVE = [] include Aws::Structure end |
#vpc_config ⇒ Types::TestGridVpcConfig
The VPC security groups and subnets that are attached to a project.
5679 5680 5681 5682 5683 5684 5685 5686 5687 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 5679 class TestGridProject < Struct.new( :arn, :name, :description, :vpc_config, :created) SENSITIVE = [] include Aws::Structure end |