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

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

The link associations.

Returns:



3343
3344
3345
3346
3347
3348
# File 'lib/aws-sdk-networkmanager/types.rb', line 3343

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)


3343
3344
3345
3346
3347
3348
# File 'lib/aws-sdk-networkmanager/types.rb', line 3343

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