Class: Aws::NetworkManager::Types::ListCoreNetworkPrefixListAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ListCoreNetworkPrefixListAssociationsResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next page of results.
-
#prefix_list_associations ⇒ Array<Types::PrefixListAssociation>
The list of prefix list associations for the core network.
Instance Attribute Details
#next_token ⇒ String
The token for the next page of results.
4534 4535 4536 4537 4538 4539 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4534 class ListCoreNetworkPrefixListAssociationsResponse < Struct.new( :prefix_list_associations, :next_token) SENSITIVE = [] include Aws::Structure end |
#prefix_list_associations ⇒ Array<Types::PrefixListAssociation>
The list of prefix list associations for the core network.
4534 4535 4536 4537 4538 4539 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 4534 class ListCoreNetworkPrefixListAssociationsResponse < Struct.new( :prefix_list_associations, :next_token) SENSITIVE = [] include Aws::Structure end |