Class: Aws::DataSync::Types::ListAgentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::ListAgentsResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
ListAgentsResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agents ⇒ Array<Types::AgentListEntry>
A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the request.
-
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
Instance Attribute Details
#agents ⇒ Array<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).
3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3910 class ListAgentsResponse < Struct.new( :agents, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The opaque string that indicates the position to begin the next list of results in the response.
3910 3911 3912 3913 3914 3915 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 3910 class ListAgentsResponse < Struct.new( :agents, :next_token) SENSITIVE = [] include Aws::Structure end |