Method: Aws::DeviceFarm::Types::CreateTestGridUrlResult#url

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

#urlString

A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver.

Returns:

  • (String)


686
687
688
689
690
691
# File 'lib/aws-sdk-devicefarm/types.rb', line 686

class CreateTestGridUrlResult < Struct.new(
  :url,
  :expires)
  SENSITIVE = [:url]
  include Aws::Structure
end