Class: Aws::NetworkManager::Types::ListCoreNetworkPrefixListAssociationsResponse

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

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


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_associationsArray<Types::PrefixListAssociation>

The list of prefix list associations for the core network.

Returns:



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