Class: Aws::NetworkManager::Types::CreateGlobalNetworkResponse

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.



1485
1486
1487
1488
1489
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1485

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