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:



3428
3429
3430
3431
3432
3433
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3428

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

#next_tokenString

Pagination token.

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3428

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