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.



3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-devicefarm/types.rb', line 3488

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.



3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-devicefarm/types.rb', line 3488

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.



3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-devicefarm/types.rb', line 3488

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.



3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-devicefarm/types.rb', line 3488

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.



3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-devicefarm/types.rb', line 3488

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.



3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-devicefarm/types.rb', line 3488

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.



3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-devicefarm/types.rb', line 3488

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.



3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
# File 'lib/aws-sdk-devicefarm/types.rb', line 3488

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