You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::NetworkManager::Types::GetCustomerGatewayAssociationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetCustomerGatewayAssociationsRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_arnsArray<String>

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

Returns:

  • (Array<String>)

    One or more customer gateway Amazon Resource Names (ARNs).

#global_network_idString

The ID of the global network.

Returns:

  • (String)

    The ID of the global network.

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)

    The maximum number of results to return.

#next_tokenString

The token for the next page of results.

Returns:

  • (String)

    The token for the next page of results.