Class: Aws::PrivateNetworks::Types::CreateNetworkResponse

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

#networkTypes::Network

Information about the network.

Returns:



393
394
395
396
397
398
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 393

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

#tagsHash<String,String>

The network tags.

Returns:

  • (Hash<String,String>)


393
394
395
396
397
398
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 393

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