Class: Aws::DeviceFarm::Types::UpdateTestGridProjectRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Human-readable description for the project.

Returns:

  • (String)


6285
6286
6287
6288
6289
6290
6291
6292
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6285

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

#nameString

Human-readable name for the project.

Returns:

  • (String)


6285
6286
6287
6288
6289
6290
6291
6292
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6285

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

#project_arnString

ARN of the project to update.

Returns:

  • (String)


6285
6286
6287
6288
6289
6290
6291
6292
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6285

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

#vpc_configTypes::TestGridVpcConfig

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



6285
6286
6287
6288
6289
6290
6291
6292
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 6285

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