class Aws::DeviceFarm::Types::ListTestGridSessionActionsRequest

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

data as a hash:

    {
      session_arn: "DeviceFarmArn", # required
      max_result: 1,
      next_token: "PaginationToken",
    }

@!attribute [rw] session_arn

The ARN of the session to retrieve.
@return [String]

@!attribute [rw] max_result

The maximum number of sessions to return per response.
@return [Integer]

@!attribute [rw] next_token

Pagination token.
@return [String]

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

Constants

SENSITIVE