Class: Aws::NetworkManager::Types::UpdateLinkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateLinkResponse
- 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.
6017 6018 6019 6020 6021 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6017 class UpdateLinkResponse < Struct.new( :link) SENSITIVE = [] include Aws::Structure end |