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

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

#network_siteTypes::NetworkSite

Information about the network site.

Returns:



572
573
574
575
576
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 572

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