Class: Aws::NetworkManager::Types::CreateGlobalNetworkRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the global network.

Constraints: Maximum length of 256 characters.

Returns:

  • (String)


1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1472

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

#tagsArray<Types::Tag>

The tags to apply to the resource during creation.

Returns:



1472
1473
1474
1475
1476
1477
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1472

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