Class: Aws::DeviceFarm::Types::GetTestGridSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.

Returns:

  • (String)


2173
2174
2175
2176
2177
2178
2179
# File 'lib/aws-sdk-devicefarm/types.rb', line 2173

class GetTestGridSessionRequest < Struct.new(
  :project_arn,
  :session_id,
  :session_arn)
  SENSITIVE = []
  include Aws::Structure
end

#session_arnString

An ARN that uniquely identifies a TestGridSession.

Returns:

  • (String)


2173
2174
2175
2176
2177
2178
2179
# File 'lib/aws-sdk-devicefarm/types.rb', line 2173

class GetTestGridSessionRequest < Struct.new(
  :project_arn,
  :session_id,
  :session_arn)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

An ID associated with this session.

Returns:

  • (String)


2173
2174
2175
2176
2177
2178
2179
# File 'lib/aws-sdk-devicefarm/types.rb', line 2173

class GetTestGridSessionRequest < Struct.new(
  :project_arn,
  :session_id,
  :session_arn)
  SENSITIVE = []
  include Aws::Structure
end