Class: Aws::DeviceFarm::Types::CreateTestGridUrlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateTestGridUrlResult
- Defined in:
- gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:url]
Instance Attribute Summary collapse
-
#expires ⇒ Time
The number of seconds the URL stays active from creation.
-
#url ⇒ String
A signed URL, expiring in the time specified by the
CreateTestGridUrlRequest, to be passed to aRemoteWebDriver.
Instance Attribute Details
#expires ⇒ Time
The number of seconds the URL stays active from creation.
697 698 699 700 701 702 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 697 class CreateTestGridUrlResult < Struct.new( :url, :expires) SENSITIVE = [:url] include Aws::Structure end |
#url ⇒ String
A signed URL, expiring in the time specified by the
CreateTestGridUrlRequest, to be passed to a RemoteWebDriver.
697 698 699 700 701 702 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 697 class CreateTestGridUrlResult < Struct.new( :url, :expires) SENSITIVE = [:url] include Aws::Structure end |