Class: Aws::NetworkManager::Types::ListConnectPeersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListConnectPeersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connect_peers ⇒ Array<Types::ConnectPeerSummary>
Describes the Connect peers.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#connect_peers ⇒ Array<Types::ConnectPeerSummary>
Describes the Connect peers.
4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4150 class ListConnectPeersResponse < Struct.new( :connect_peers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
4150 4151 4152 4153 4154 4155 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 4150 class ListConnectPeersResponse < Struct.new( :connect_peers, :next_token) SENSITIVE = [] include Aws::Structure end |