aws.devicefarm.list_test_grid_session_actions
Example SQL Queries
SELECT * FROMaws.devicefarm.list_test_grid_session_actionsWHERE"session_arn" = 'VALUE';Description
Returns a list of the actions taken in a TestGridSession.
Table Definition
| Column Name | Column Data Type |
|---|---|
| session_arn Required Input Column The ARN of the session to retrieve. | VARCHAR |
| max_result Input Column The maximum number of sessions to return per response. | BIGINT |
| next_token Input Column Pagination token. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| actions The action taken by the session. | STRUCT( |
Show child fields
| |