Class: Aws::NetworkManager::Types::DeleteLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteLinkResponse
- Includes:
- Structure
- Defined in:
- 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.
2256 2257 2258 2259 2260 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2256 class DeleteLinkResponse < Struct.new( :link) SENSITIVE = [] include Aws::Structure end |