Class: Aws::PrivateNetworks::Types::DeleteNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::DeleteNetworkResponse
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network ⇒ Types::Network
Information about the network.
Instance Attribute Details
#network ⇒ Types::Network
Information about the network.
430 431 432 433 434 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 430 class DeleteNetworkResponse < Struct.new( :network) SENSITIVE = [] include Aws::Structure end |