Class: Aws::DeviceFarm::Types::ListTestGridSessionActionsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<Types::TestGridSessionAction>

The action taken by the session.

Returns:



3388
3389
3390
3391
3392
3393
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3388

class ListTestGridSessionActionsResult < Struct.new(
  :actions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token.

Returns:

  • (String)


3388
3389
3390
3391
3392
3393
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3388

class ListTestGridSessionActionsResult < Struct.new(
  :actions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end