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.
286 287 288 289 290 291 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 286 class CreateNetworkResponse < Struct.new( :network, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The network tags.
286 287 288 289 290 291 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 286 class CreateNetworkResponse < Struct.new( :network, :tags) SENSITIVE = [:tags] include Aws::Structure end |