Class: Aws::SnowDeviceManagement::Types::ListTasksInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of tasks per page.

Returns:

  • (Integer)


847
848
849
850
851
852
853
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 847

class ListTasksInput < Struct.new(
  :max_results,
  :next_token,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to continue to the next page of tasks.

Returns:

  • (String)


847
848
849
850
851
852
853
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 847

class ListTasksInput < Struct.new(
  :max_results,
  :next_token,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

A structure used to filter the list of tasks.

Returns:

  • (String)


847
848
849
850
851
852
853
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 847

class ListTasksInput < Struct.new(
  :max_results,
  :next_token,
  :state)
  SENSITIVE = []
  include Aws::Structure
end