Class: Aws::Drs::Types::DescribeSourceNetworksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::DescribeSourceNetworksResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::SourceNetwork>
An array of Source Networks.
-
#next_token ⇒ String
The token of the next Source Networks to retrieve.
Instance Attribute Details
#items ⇒ Array<Types::SourceNetwork>
An array of Source Networks.
1022 1023 1024 1025 1026 1027 |
# File 'lib/aws-sdk-drs/types.rb', line 1022 class DescribeSourceNetworksResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token of the next Source Networks to retrieve.
1022 1023 1024 1025 1026 1027 |
# File 'lib/aws-sdk-drs/types.rb', line 1022 class DescribeSourceNetworksResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |