Class: Aws::PrivateNetworks::Types::ActivateNetworkSiteResponse

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:



149
150
151
152
153
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 149

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