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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Information about the link.

Returns:



6614
6615
6616
6617
6618
# File 'lib/aws-sdk-networkmanager/types.rb', line 6614

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