Class: Aws::DeviceFarm::Types::ListTestGridSessionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridSessionsRequest
- Defined in:
- gems/aws-sdk-devicefarm/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.
3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3494 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.
3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3494 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.
3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3494 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.
3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3494 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.
3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3494 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.
3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3494 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.
3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3494 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.
3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3494 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 |