Method: Aws::Drs::Types::DescribeSourceServersResponse#next_token
- Defined in:
- lib/aws-sdk-drs/types.rb
#next_token ⇒ String
The token of the next Source Server to retrieve.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-drs/types.rb', line 1088 class DescribeSourceServersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |