Class: Aws::DataSync::Types::ListAgentsResponse

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

Overview

ListAgentsResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agentsArray<Types::AgentListEntry>

A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the request. The list is ordered by the agents' Amazon Resource Names (ARNs).

Returns:



3326
3327
3328
3329
3330
3331
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3326

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

#next_tokenString

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

Returns:

  • (String)


3326
3327
3328
3329
3330
3331
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3326

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