Class: Aws::Drs::Types::ListExtensibleSourceServersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ListExtensibleSourceServersResponse
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::StagingSourceServer>
A list of source servers on a staging Account that are extensible.
-
#next_token ⇒ String
The token of the next extensible source server to retrieve.
Instance Attribute Details
#items ⇒ Array<Types::StagingSourceServer>
A list of source servers on a staging Account that are extensible.
1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1894 class ListExtensibleSourceServersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token of the next extensible source server to retrieve.
1894 1895 1896 1897 1898 1899 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1894 class ListExtensibleSourceServersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |