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

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

#creation_time_afterTime

Return only sessions created after this time.

Returns:

  • (Time)


3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3473

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)


3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3473

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)


3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3473

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)


3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3473

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)


3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3473

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)


3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3473

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)


3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3473

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)


3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3473

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