Class: Aws::DeviceFarm::Types::ListTestGridSessionActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridSessionActionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_result ⇒ Integer
The maximum number of sessions to return per response.
-
#next_token ⇒ String
Pagination token.
-
#session_arn ⇒ String
The ARN of the session to retrieve.
Instance Attribute Details
#max_result ⇒ Integer
The maximum number of sessions to return per response.
3365 3366 3367 3368 3369 3370 3371 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3365 class ListTestGridSessionActionsRequest < Struct.new( :session_arn, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
3365 3366 3367 3368 3369 3370 3371 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3365 class ListTestGridSessionActionsRequest < Struct.new( :session_arn, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The ARN of the session to retrieve.
3365 3366 3367 3368 3369 3370 3371 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3365 class ListTestGridSessionActionsRequest < Struct.new( :session_arn, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |