Class: Aws::PrivateNetworks::Types::DeleteNetworkSiteResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_siteTypes::NetworkSite

Information about the network site.

Returns:



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