Class: Aws::Drs::Types::DescribeSourceServersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DescribeSourceServersResponse
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::SourceServer>
An array of Source Servers.
-
#next_token ⇒ String
The token of the next Source Server to retrieve.
Instance Attribute Details
#items ⇒ Array<Types::SourceServer>
An array of Source Servers.
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_token ⇒ String
The token of the next Source Server to retrieve.
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 |