Class: Aws::NetworkManager::Types::UpdateGlobalNetworkResponse

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

#global_networkTypes::GlobalNetwork

Information about the global network object.



5499
5500
5501
5502
5503
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5499

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