Class: Aws::NetworkManager::Types::GetConnectionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetConnectionsRequest
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_ids ⇒ Array<String>
One or more connection IDs.
-
#device_id ⇒ String
The ID of the device.
-
#global_network_id ⇒ String
The ID of the global network.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#connection_ids ⇒ Array<String>
One or more connection IDs.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2504 class GetConnectionsRequest < Struct.new( :global_network_id, :connection_ids, :device_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#device_id ⇒ String
The ID of the device.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2504 class GetConnectionsRequest < Struct.new( :global_network_id, :connection_ids, :device_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2504 class GetConnectionsRequest < Struct.new( :global_network_id, :connection_ids, :device_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2504 class GetConnectionsRequest < Struct.new( :global_network_id, :connection_ids, :device_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2504 2505 2506 2507 2508 2509 2510 2511 2512 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2504 class GetConnectionsRequest < Struct.new( :global_network_id, :connection_ids, :device_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |