Class: Aws::Mgn::Types::DescribeSourceServersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#items ⇒ Array<Types::SourceServer>

The list of returned Source Servers.

Returns:



1334
1335
1336
1337
1338
1339
# File 'lib/aws-sdk-mgn/types.rb', line 1334

class DescribeSourceServersResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_token ⇒ String

The token of the next Source Server to retrieve.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
# File 'lib/aws-sdk-mgn/types.rb', line 1334

class DescribeSourceServersResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end