Class: Aws::NetworkManager::Types::GetLinkAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::GetLinkAssociationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link_associations ⇒ Array<Types::LinkAssociation>
The link associations.
-
#next_token ⇒ String
The token for the next page of results.
Instance Attribute Details
#link_associations ⇒ Array<Types::LinkAssociation>
The link associations.
3088 3089 3090 3091 3092 3093 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3088 class GetLinkAssociationsResponse < Struct.new( :link_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
3088 3089 3090 3091 3092 3093 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 3088 class GetLinkAssociationsResponse < Struct.new( :link_associations, :next_token) SENSITIVE = [] include Aws::Structure end |