Method: Aws::NetworkManager::Types::DeleteLinkResponse#link
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
#link ⇒ Types::Link
Information about the link.
2493 2494 2495 2496 2497 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2493 class DeleteLinkResponse < Struct.new( :link) SENSITIVE = [] include Aws::Structure end |