Class: Aws::NetworkManager::Types::GetCustomerGatewayAssociationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_associationsArray<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_tokenString

The token for the next page of results.

Returns:

  • (String)


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