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.
3385 3386 3387 3388 3389 3390 3391 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3385 class ListTestGridSessionActionsRequest < Struct.new( :session_arn, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
3385 3386 3387 3388 3389 3390 3391 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3385 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.
3385 3386 3387 3388 3389 3390 3391 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3385 class ListTestGridSessionActionsRequest < Struct.new( :session_arn, :max_result, :next_token) SENSITIVE = [] include Aws::Structure end |