Class: Aws::NetworkManager::Types::DeleteCoreNetworkPrefixListAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteCoreNetworkPrefixListAssociationResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#core_network_id ⇒ String
The ID of the core network from which the prefix list association was deleted.
-
#prefix_list_arn ⇒ String
The ARN of the prefix list that was disassociated from the core network.
Instance Attribute Details
#core_network_id ⇒ String
The ID of the core network from which the prefix list association was deleted.
2386 2387 2388 2389 2390 2391 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2386 class DeleteCoreNetworkPrefixListAssociationResponse < Struct.new( :core_network_id, :prefix_list_arn) SENSITIVE = [] include Aws::Structure end |
#prefix_list_arn ⇒ String
The ARN of the prefix list that was disassociated from the core network.
2386 2387 2388 2389 2390 2391 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2386 class DeleteCoreNetworkPrefixListAssociationResponse < Struct.new( :core_network_id, :prefix_list_arn) SENSITIVE = [] include Aws::Structure end |