Class: Aws::DeviceFarm::Types::ListTestGridSessionsRequest

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

#creation_time_afterTime

Return only sessions created after this time.

Returns:

  • (Time)


3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'lib/aws-sdk-devicefarm/types.rb', line 3513

class ListTestGridSessionsRequest < Struct.new(
  :project_arn,
  :status,
  :creation_time_after,
  :creation_time_before,
  :end_time_after,
  :end_time_before,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

Return only sessions created before this time.

Returns:

  • (Time)


3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'lib/aws-sdk-devicefarm/types.rb', line 3513

class ListTestGridSessionsRequest < Struct.new(
  :project_arn,
  :status,
  :creation_time_after,
  :creation_time_before,
  :end_time_after,
  :end_time_before,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#end_time_afterTime

Return only sessions that ended after this time.

Returns:

  • (Time)


3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'lib/aws-sdk-devicefarm/types.rb', line 3513

class ListTestGridSessionsRequest < Struct.new(
  :project_arn,
  :status,
  :creation_time_after,
  :creation_time_before,
  :end_time_after,
  :end_time_before,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#end_time_beforeTime

Return only sessions that ended before this time.

Returns:

  • (Time)


3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'lib/aws-sdk-devicefarm/types.rb', line 3513

class ListTestGridSessionsRequest < Struct.new(
  :project_arn,
  :status,
  :creation_time_after,
  :creation_time_before,
  :end_time_after,
  :end_time_before,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultInteger

Return only this many results at a time.

Returns:

  • (Integer)


3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'lib/aws-sdk-devicefarm/types.rb', line 3513

class ListTestGridSessionsRequest < Struct.new(
  :project_arn,
  :status,
  :creation_time_after,
  :creation_time_before,
  :end_time_after,
  :end_time_before,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'lib/aws-sdk-devicefarm/types.rb', line 3513

class ListTestGridSessionsRequest < Struct.new(
  :project_arn,
  :status,
  :creation_time_after,
  :creation_time_before,
  :end_time_after,
  :end_time_before,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#project_arnString

ARN of a TestGridProject.

Returns:

  • (String)


3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'lib/aws-sdk-devicefarm/types.rb', line 3513

class ListTestGridSessionsRequest < Struct.new(
  :project_arn,
  :status,
  :creation_time_after,
  :creation_time_before,
  :end_time_after,
  :end_time_before,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Return only sessions in this state.

Returns:

  • (String)


3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
# File 'lib/aws-sdk-devicefarm/types.rb', line 3513

class ListTestGridSessionsRequest < Struct.new(
  :project_arn,
  :status,
  :creation_time_after,
  :creation_time_before,
  :end_time_after,
  :end_time_before,
  :max_result,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end