Class: Aws::PrivateNetworks::Types::DeleteNetworkSiteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::DeleteNetworkSiteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_site ⇒ Types::NetworkSite
Information about the network site.
Instance Attribute Details
#network_site ⇒ Types::NetworkSite
Information about the network site.
572 573 574 575 576 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 572 class DeleteNetworkSiteResponse < Struct.new( :network_site) SENSITIVE = [] include Aws::Structure end |