Class: Aws::Drs::Types::DescribeSourceNetworksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::SourceNetwork>

An array of Source Networks.



1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-drs/types.rb', line 1006

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

#next_tokenString

The token of the next Source Networks to retrieve.



1006
1007
1008
1009
1010
1011
# File 'lib/aws-sdk-drs/types.rb', line 1006

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