Class: Aws::DeviceFarm::Types::CreateTestGridProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateTestGridProjectRequest
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
Human-readable description of the project.
-
#name ⇒ String
Human-readable name of the Selenium testing project.
-
#vpc_config ⇒ Types::TestGridVpcConfig
The VPC security groups and subnets that are attached to a project.
Instance Attribute Details
#description ⇒ String
Human-readable description of the project.
661 662 663 664 665 666 667 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 661 class CreateTestGridProjectRequest < Struct.new( :name, :description, :vpc_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Human-readable name of the Selenium testing project.
661 662 663 664 665 666 667 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 661 class CreateTestGridProjectRequest < Struct.new( :name, :description, :vpc_config) SENSITIVE = [] include Aws::Structure end |
#vpc_config ⇒ Types::TestGridVpcConfig
The VPC security groups and subnets that are attached to a project.
661 662 663 664 665 666 667 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 661 class CreateTestGridProjectRequest < Struct.new( :name, :description, :vpc_config) SENSITIVE = [] include Aws::Structure end |