Method: Aws::DeviceFarm::Types::CreateTestGridProjectRequest#description

Defined in:
lib/aws-sdk-devicefarm/types.rb

#descriptionString

Human-readable description of the project.



636
637
638
639
640
641
642
# File 'lib/aws-sdk-devicefarm/types.rb', line 636

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