Class: Aws::IoTWireless::Types::ListFuotaTasksRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in this operation.

Returns:

  • (Integer)


3457
3458
3459
3460
3461
3462
# File 'lib/aws-sdk-iotwireless/types.rb', line 3457

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

#next_tokenString

To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


3457
3458
3459
3460
3461
3462
# File 'lib/aws-sdk-iotwireless/types.rb', line 3457

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