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
- Struct
- Aws::NetworkManager::Types::GetCustomerGatewayAssociationsRequest
- 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
-
#customer_gateway_arns ⇒ Array<String>
One or more customer gateway Amazon Resource Names (ARNs).
-
#global_network_id ⇒ String
The ID of the global network.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#customer_gateway_arns ⇒ Array<String>
One or more customer gateway Amazon Resource Names (ARNs). For more information, see Resources Defined by Amazon EC2. The maximum is 10.
#global_network_id ⇒ String
The ID of the global network.
#max_results ⇒ Integer
The maximum number of results to return.
#next_token ⇒ String
The token for the next page of results.