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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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.



2715
2716
2717
2718
2719
2720
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2715

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)


2715
2716
2717
2718
2719
2720
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2715

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