Method: Aws::DeviceFarm::Types::CreateTestGridUrlResult#url
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#url ⇒ String
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver.
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 |