class Aws::NetworkManager::Types::GetTransitGatewayConnectPeerAssociationsRequest

@note When making an API call, you may pass GetTransitGatewayConnectPeerAssociationsRequest

data as a hash:

    {
      global_network_id: "String", # required
      transit_gateway_connect_peer_arns: ["String"],
      max_results: 1,
      next_token: "String",
    }

@!attribute [rw] global_network_id

The ID of the global network.
@return [String]

@!attribute [rw] transit_gateway_connect_peer_arns

One or more transit gateway Connect peer Amazon Resource Names
(ARNs).
@return [Array<String>]

@!attribute [rw] max_results

The maximum number of results to return.
@return [Integer]

@!attribute [rw] next_token

The token for the next page of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetTransitGatewayConnectPeerAssociationsRequest AWS API Documentation

Constants

SENSITIVE