Class: Aws::NetworkManager::Types::GetCustomerGatewayAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetCustomerGatewayAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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). The maximum is 10.
2946 2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2946 class GetCustomerGatewayAssociationsRequest < Struct.new( :global_network_id, :customer_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2946 2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2946 class GetCustomerGatewayAssociationsRequest < Struct.new( :global_network_id, :customer_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2946 2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2946 class GetCustomerGatewayAssociationsRequest < Struct.new( :global_network_id, :customer_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2946 2947 2948 2949 2950 2951 2952 2953 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2946 class GetCustomerGatewayAssociationsRequest < Struct.new( :global_network_id, :customer_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |