class Aws::DeviceFarm::Types::CreateTestGridProjectRequest

@note When making an API call, you may pass CreateTestGridProjectRequest

data as a hash:

    {
      name: "ResourceName", # required
      description: "ResourceDescription",
      vpc_config: {
        security_group_ids: ["NonEmptyString"], # required
        subnet_ids: ["NonEmptyString"], # required
        vpc_id: "NonEmptyString", # required
      },
    }

@!attribute [rw] name

Human-readable name of the Selenium testing project.
@return [String]

@!attribute [rw] description

Human-readable description of the project.
@return [String]

@!attribute [rw] vpc_config

The VPC security groups and subnets that are attached to a project.
@return [Types::TestGridVpcConfig]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridProjectRequest AWS API Documentation

Constants

SENSITIVE