Class: Aws::DeviceFarm::Types::ListTestGridSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridSessionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
Return only sessions created after this time.
-
#creation_time_before ⇒ Time
Return only sessions created before this time.
-
#end_time_after ⇒ Time
Return only sessions that ended after this time.
-
#end_time_before ⇒ Time
Return only sessions that ended before this time.
-
#max_result ⇒ Integer
Return only this many results at a time.
-
#next_token ⇒ String
Pagination token.
-
#project_arn ⇒ String
ARN of a TestGridProject.
-
#status ⇒ String
Return only sessions in this state.
Instance Attribute Details
#creation_time_after ⇒ Time
Return only sessions created after this time.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3468 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_before ⇒ Time
Return only sessions created before this time.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3468 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_after ⇒ Time
Return only sessions that ended after this time.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3468 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_before ⇒ Time
Return only sessions that ended before this time.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3468 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_result ⇒ Integer
Return only this many results at a time.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3468 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_token ⇒ String
Pagination token.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3468 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_arn ⇒ String
ARN of a TestGridProject.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3468 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 |
#status ⇒ String
Return only sessions in this state.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3468 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 |