Class: Aws::Drs::Types::ListExtensibleSourceServersRequest

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

#max_resultsInteger

The maximum number of extensible source servers to retrieve.

Returns:

  • (Integer)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1838

class ListExtensibleSourceServersRequest < Struct.new(
  :max_results,
  :next_token,
  :staging_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token of the next extensible source server to retrieve.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1838

class ListExtensibleSourceServersRequest < Struct.new(
  :max_results,
  :next_token,
  :staging_account_id)
  SENSITIVE = []
  include Aws::Structure
end

#staging_account_idString

The Id of the staging Account to retrieve extensible source servers from.

Returns:

  • (String)


1838
1839
1840
1841
1842
1843
1844
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1838

class ListExtensibleSourceServersRequest < Struct.new(
  :max_results,
  :next_token,
  :staging_account_id)
  SENSITIVE = []
  include Aws::Structure
end