Class: Aws::DeviceFarm::Types::CreateTestGridUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateTestGridUrlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expires_in_seconds ⇒ Integer
Lifetime, in seconds, of the URL.
-
#project_arn ⇒ String
ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.
Instance Attribute Details
#expires_in_seconds ⇒ Integer
Lifetime, in seconds, of the URL.
692 693 694 695 696 697 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 692 class CreateTestGridUrlRequest < Struct.new( :project_arn, :expires_in_seconds) SENSITIVE = [] include Aws::Structure end |
#project_arn ⇒ String
ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.
692 693 694 695 696 697 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 692 class CreateTestGridUrlRequest < Struct.new( :project_arn, :expires_in_seconds) SENSITIVE = [] include Aws::Structure end |