Class: Aws::Drs::Types::ListExtensibleSourceServersResponse

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::StagingSourceServer>

A list of source servers on a staging Account that are extensible.

Returns:



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_tokenString

The token of the next extensible source server to retrieve.

Returns:

  • (String)


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