Class: Aws::PrivateNetworks::Types::GetNetworkSiteResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#network_siteTypes::NetworkSite

Information about the network site.

Returns:



745
746
747
748
749
750
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 745

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

#tagsHash<String,String>

The network site tags.

Returns:

  • (Hash<String,String>)


745
746
747
748
749
750
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 745

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