Class: Aws::PrivateNetworks::Types::DeleteNetworkResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#networkTypes::Network

Information about the network.

Returns:



537
538
539
540
541
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 537

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