Class: Aws::NetworkManager::Types::DeleteLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteLinkResponse
- Defined in:
- gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link ⇒ Types::Link
Information about the link.
Instance Attribute Details
#link ⇒ Types::Link
Information about the link.
2011 2012 2013 2014 2015 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2011 class DeleteLinkResponse < Struct.new( :link) SENSITIVE = [] include Aws::Structure end |