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.
2964 2965 2966 2967 2968 2969 2970 2971 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2964 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.
2964 2965 2966 2967 2968 2969 2970 2971 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2964 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.
2964 2965 2966 2967 2968 2969 2970 2971 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2964 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.
2964 2965 2966 2967 2968 2969 2970 2971 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2964 class GetCustomerGatewayAssociationsRequest < Struct.new( :global_network_id, :customer_gateway_arns, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |