Class: Aws::PrivateNetworks::Types::CreateNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::CreateNetworkRequest
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#description ⇒ String
The description of the network.
-
#network_name ⇒ String
The name of the network.
-
#tags ⇒ Hash<String,String>
The tags to apply to the network.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
374 375 376 377 378 379 380 381 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 374 class CreateNetworkRequest < Struct.new( :client_token, :description, :network_name, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#description ⇒ String
The description of the network.
374 375 376 377 378 379 380 381 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 374 class CreateNetworkRequest < Struct.new( :client_token, :description, :network_name, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#network_name ⇒ String
The name of the network. You can't change the name after you create the network.
374 375 376 377 378 379 380 381 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 374 class CreateNetworkRequest < Struct.new( :client_token, :description, :network_name, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to apply to the network.
374 375 376 377 378 379 380 381 |
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 374 class CreateNetworkRequest < Struct.new( :client_token, :description, :network_name, :tags) SENSITIVE = [:tags] include Aws::Structure end |