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

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

Returns:



2872
2873
2874
2875
2876
2877
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2872

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


2872
2873
2874
2875
2876
2877
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2872

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