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.
1856 1857 1858 1859 1860 1861 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1856 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.
1856 1857 1858 1859 1860 1861 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1856 class ListExtensibleSourceServersResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |