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.



2983
2984
2985
2986
2987
2988
# File 'lib/aws-sdk-networkmanager/types.rb', line 2983

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)


2983
2984
2985
2986
2987
2988
# File 'lib/aws-sdk-networkmanager/types.rb', line 2983

class GetCustomerGatewayAssociationsResponse < Struct.new(
  :customer_gateway_associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end