class Aws::NetworkManager::Types::CreateGlobalNetworkRequest

@note When making an API call, you may pass CreateGlobalNetworkRequest

data as a hash:

    {
      description: "String",
      tags: [
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] description

A description of the global network.

Length Constraints: Maximum length of 256 characters.
@return [String]

@!attribute [rw] tags

The tags to apply to the resource during creation.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateGlobalNetworkRequest AWS API Documentation

Constants

SENSITIVE