Class: Aws::NetworkManager::Types::DeleteLinkResponse

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

Information about the link.

Returns:



2026
2027
2028
2029
2030
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2026

class DeleteLinkResponse < Struct.new(
  :link)
  SENSITIVE = []
  include Aws::Structure
end