class Aws::NetworkManager::Types::GetTransitGatewayRegistrationsRequest

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

data as a hash:

    {
      global_network_id: "String", # required
      transit_gateway_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_arns

The Amazon Resource Names (ARNs) of one or more transit gateways.
The maximum is 10.
@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/GetTransitGatewayRegistrationsRequest AWS API Documentation

Constants

SENSITIVE