class Aws::DeviceFarm::Types::ListTestGridSessionsRequest

@note When making an API call, you may pass ListTestGridSessionsRequest

data as a hash:

    {
      project_arn: "DeviceFarmArn", # required
      status: "ACTIVE", # accepts ACTIVE, CLOSED, ERRORED
      creation_time_after: Time.now,
      creation_time_before: Time.now,
      end_time_after: Time.now,
      end_time_before: Time.now,
      max_result: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] project_arn

ARN of a TestGridProject.
@return [String]

@!attribute [rw] status

Return only sessions in this state.
@return [String]

@!attribute [rw] creation_time_after

Return only sessions created after this time.
@return [Time]

@!attribute [rw] creation_time_before

Return only sessions created before this time.
@return [Time]

@!attribute [rw] end_time_after

Return only sessions that ended after this time.
@return [Time]

@!attribute [rw] end_time_before

Return only sessions that ended before this time.
@return [Time]

@!attribute [rw] max_result

Return only this many results at a time.
@return [Integer]

@!attribute [rw] next_token

Pagination token.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/ListTestGridSessionsRequest AWS API Documentation

Constants

SENSITIVE