Method: Aws::DeviceFarm::Types::TestGridProject#name

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

#nameString

A human-readable name for the project.

Returns:

  • (String)


5718
5719
5720
5721
5722
5723
5724
5725
5726
# File 'lib/aws-sdk-devicefarm/types.rb', line 5718

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