Class: Aws::DataSync::Types::ListAgentsRequest

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

Overview

ListAgentsRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies the maximum number of DataSync agents to list in a response. By default, a response shows a maximum of 100 agents.

Returns:

  • (Integer)


3304
3305
3306
3307
3308
3309
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3304

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

#next_tokenString

Specifies an opaque string that indicates the position to begin the next list of results in the response.

Returns:

  • (String)


3304
3305
3306
3307
3308
3309
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3304

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