Class: Aws::NetworkManager::Types::GetLinksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetLinksResponse
- Includes:
- Structure
- Defined in:
- 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.
3147 3148 3149 3150 3151 3152 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3147 class GetLinksResponse < Struct.new( :links, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3147 3148 3149 3150 3151 3152 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3147 class GetLinksResponse < Struct.new( :links, :next_token) SENSITIVE = [] include Aws::Structure end |