Class: Aws::NetworkManager::Types::DeleteCoreNetworkPrefixListAssociationResponse

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

#core_network_idString

The ID of the core network from which the prefix list association was deleted.

Returns:

  • (String)


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_arnString

The ARN of the prefix list that was disassociated from the core network.

Returns:

  • (String)


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