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
- Struct
- Aws::NetworkManager::Types::UpdateGlobalNetworkRequest
- 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
-
#description ⇒ String
A description of the global network.
-
#global_network_id ⇒ String
The ID of your global network.
Instance Attribute Details
#description ⇒ String
A description of the global network.
Length Constraints: Maximum length of 256 characters.
#global_network_id ⇒ String
The ID of your global network.