Class: Aws::PrivateNetworks::Types::CreateNetworkRequest

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

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

Returns:

  • (String)


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

#descriptionString

The description of the network.

Returns:

  • (String)


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_nameString

The name of the network. You can't change the name after you create the network.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags to apply to the network.

Returns:

  • (Hash<String,String>)


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