Class: Aws::DeviceFarm::Types::ListTestGridSessionActionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::ListTestGridSessionActionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::TestGridSessionAction>
The action taken by the session.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#actions ⇒ Array<Types::TestGridSessionAction>
The action taken by the session.
3383 3384 3385 3386 3387 3388 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3383 class ListTestGridSessionActionsResult < Struct.new( :actions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token.
3383 3384 3385 3386 3387 3388 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3383 class ListTestGridSessionActionsResult < Struct.new( :actions, :next_token) SENSITIVE = [] include Aws::Structure end |