You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateGlobalNetworkRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the global network.

Length Constraints: Maximum length of 256 characters.

Returns:

  • (String)

    A description of the global network.

#tagsArray<Types::Tag>

The tags to apply to the resource during creation.

Returns:

  • (Array<Types::Tag>)

    The tags to apply to the resource during creation.