Class: Aws::DeviceFarm::Types::CreateTestGridUrlRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expires_in_secondsInteger

Lifetime, in seconds, of the URL.

Returns:

  • (Integer)


706
707
708
709
710
711
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 706

class CreateTestGridUrlRequest < Struct.new(
  :project_arn,
  :expires_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#project_arnString

ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.

Returns:

  • (String)


706
707
708
709
710
711
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 706

class CreateTestGridUrlRequest < Struct.new(
  :project_arn,
  :expires_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end