Class: Aws::NetworkManager::Types::UpdateLinkResponse

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:



5554
5555
5556
5557
5558
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5554

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