Class: Aws::DeviceFarm::Types::ListTestGridSessionActionsRequest

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

#max_resultInteger

The maximum number of sessions to return per response.

Returns:

  • (Integer)


3410
3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3410

class ListTestGridSessionActionsRequest < Struct.new(
  :session_arn,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


3410
3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3410

class ListTestGridSessionActionsRequest < Struct.new(
  :session_arn,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#session_arnString

The ARN of the session to retrieve.

Returns:

  • (String)


3410
3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3410

class ListTestGridSessionActionsRequest < Struct.new(
  :session_arn,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end