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.



5824
5825
5826
5827
5828
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5824

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