Class: Aws::NetworkManager::Types::GetConnectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetConnectionsResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::Connection>
Information about the connections.
-
#next_token ⇒ String
The token to use for the next page of results.
Instance Attribute Details
#connections ⇒ Array<Types::Connection>
Information about the connections.
2695 2696 2697 2698 2699 2700 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2695 class GetConnectionsResponse < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use for the next page of results.
2695 2696 2697 2698 2699 2700 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2695 class GetConnectionsResponse < Struct.new( :connections, :next_token) SENSITIVE = [] include Aws::Structure end |