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:



3147
3148
3149
3150
3151
3152
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3147

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


3147
3148
3149
3150
3151
3152
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 3147

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