Class: Aws::NetworkManager::Types::GetLinkAssociationsResponse

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

The link associations.

Returns:



2813
2814
2815
2816
2817
2818
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2813

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2813
2814
2815
2816
2817
2818
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2813

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