Class: Aws::NetworkManager::Types::DeleteGlobalNetworkResponse

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.



1997
1998
1999
2000
2001
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1997

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