Class: Aws::NetworkManager::Types::GetConnectionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idsArray<String>

One or more connection IDs.

Returns:

  • (Array<String>)


2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-networkmanager/types.rb', line 2754

class GetConnectionsRequest < Struct.new(
  :global_network_id,
  :connection_ids,
  :device_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#device_idString

The ID of the device.

Returns:

  • (String)


2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-networkmanager/types.rb', line 2754

class GetConnectionsRequest < Struct.new(
  :global_network_id,
  :connection_ids,
  :device_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-networkmanager/types.rb', line 2754

class GetConnectionsRequest < Struct.new(
  :global_network_id,
  :connection_ids,
  :device_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-networkmanager/types.rb', line 2754

class GetConnectionsRequest < Struct.new(
  :global_network_id,
  :connection_ids,
  :device_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2754
2755
2756
2757
2758
2759
2760
2761
2762
# File 'lib/aws-sdk-networkmanager/types.rb', line 2754

class GetConnectionsRequest < Struct.new(
  :global_network_id,
  :connection_ids,
  :device_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end