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

Class: Aws::NetworkManager::Types::UpdateGlobalNetworkRequest

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

Overview

Note:

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

{
  global_network_id: "String", # required
  description: "String",
}

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.

#global_network_idString

The ID of your global network.

Returns:

  • (String)

    The ID of your global network.