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

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

#max_resultInteger

The maximum number of sessions to return per response.

Returns:

  • (Integer)


3365
3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-devicefarm/types.rb', line 3365

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

#next_tokenString

Pagination token.

Returns:

  • (String)


3365
3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-devicefarm/types.rb', line 3365

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)


3365
3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-devicefarm/types.rb', line 3365

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