Class: Aws::NetworkManager::Types::GetLinksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetLinksResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#links ⇒ Array<Types::Link>
The links.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#links ⇒ Array<Types::Link>
The links.
1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1497 class GetLinksResponse < Struct.new( :links, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
1497 1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1497 class GetLinksResponse < Struct.new( :links, :next_token) SENSITIVE = [] include Aws::Structure end |