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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/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)


5684
5685
5686
5687
5688
5689
5690
5691
5692
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5684

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

#createdTime

When the project was created.

Returns:

  • (Time)


5684
5685
5686
5687
5688
5689
5690
5691
5692
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5684

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)


5684
5685
5686
5687
5688
5689
5690
5691
5692
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5684

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)


5684
5685
5686
5687
5688
5689
5690
5691
5692
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5684

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.



5684
5685
5686
5687
5688
5689
5690
5691
5692
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5684

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