class Aws::NetworkManager::Types::AssociateTransitGatewayConnectPeerRequest

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

data as a hash:

    {
      global_network_id: "String", # required
      transit_gateway_connect_peer_arn: "String", # required
      device_id: "String", # required
      link_id: "String",
    }

@!attribute [rw] global_network_id

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

@!attribute [rw] transit_gateway_connect_peer_arn

The Amazon Resource Name (ARN) of the Connect peer.
@return [String]

@!attribute [rw] device_id

The ID of the device.
@return [String]

@!attribute [rw] link_id

The ID of the link.
@return [String]

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

Constants

SENSITIVE