Class: Aws::PrivateNetworks::Types::CreateNetworkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::CreateNetworkResponse
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#network ⇒ Types::Network
Information about the network.
-
#tags ⇒ Hash<String,String>
The network tags.
Instance Attribute Details
#network ⇒ Types::Network
Information about the network.
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 |
#tags ⇒ Hash<String,String>
The network tags.
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 |