Class: Aws::NetworkManager::Types::GetCustomerGatewayAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetCustomerGatewayAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_gateway_associations ⇒ Array<Types::CustomerGatewayAssociation>
The customer gateway associations.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#customer_gateway_associations ⇒ Array<Types::CustomerGatewayAssociation>
The customer gateway associations.
2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2965 class GetCustomerGatewayAssociationsResponse < Struct.new( :customer_gateway_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
2965 2966 2967 2968 2969 2970 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2965 class GetCustomerGatewayAssociationsResponse < Struct.new( :customer_gateway_associations, :next_token) SENSITIVE = [] include Aws::Structure end |