Class: Aws::PrivateNetworks::Types::CreateNetworkSiteResponse

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:



359
360
361
362
363
364
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 359

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

#tagsHash<String,String>

The network site tags.

Returns:

  • (Hash<String,String>)


359
360
361
362
363
364
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 359

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