Class: Aws::NetworkManager::Types::GetLinksResponse

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 links.



3402
3403
3404
3405
3406
3407
# File 'lib/aws-sdk-networkmanager/types.rb', line 3402

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

#next_tokenString

The token for the next page of results.



3402
3403
3404
3405
3406
3407
# File 'lib/aws-sdk-networkmanager/types.rb', line 3402

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