Class: Aws::Drs::Types::DescribeSourceServersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::SourceServer>

An array of Source Servers.

Returns:



1088
1089
1090
1091
1092
1093
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1088

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

#next_tokenString

The token of the next Source Server to retrieve.

Returns:

  • (String)


1088
1089
1090
1091
1092
1093
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1088

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