class Aws::NetworkManager::Types::GetCustomerGatewayAssociationsRequest

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

data as a hash:

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

@!attribute [rw] global_network_id

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

@!attribute [rw] customer_gateway_arns

One or more customer gateway Amazon Resource Names (ARNs). For more
information, see [Resources Defined by Amazon EC2][1]. The maximum
is 10.

[1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/list_amazonec2.html#amazonec2-resources-for-iam-policies
@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/GetCustomerGatewayAssociationsRequest AWS API Documentation

Constants

SENSITIVE