You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::ListTestGridSessionActionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTestGridSessionActionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultInteger

The maximum number of sessions to return per response.

Returns:

  • (Integer)

    The maximum number of sessions to return per response.

#next_tokenString

Pagination token.

Returns:

  • (String)

    Pagination token.

#session_arnString

The ARN of the session to retrieve.

Returns:

  • (String)

    The ARN of the session to retrieve.