You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DeviceFarm::Types::CreateTestGridUrlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateTestGridUrlResult
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#expires ⇒ Time
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
-
#url ⇒ String
A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a
RemoteWebDriver
.
Instance Attribute Details
#expires ⇒ Time
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
#url ⇒ String
A signed URL, expiring in
CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed
to a RemoteWebDriver
.