Class: Aws::NetworkManager::Types::UpdateGlobalNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateGlobalNetworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
Constraints: Maximum length of 256 characters.
6546 6547 6548 6549 6550 6551 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6546 class UpdateGlobalNetworkRequest < Struct.new( :global_network_id, :description) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of your global network.
6546 6547 6548 6549 6550 6551 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6546 class UpdateGlobalNetworkRequest < Struct.new( :global_network_id, :description) SENSITIVE = [] include Aws::Structure end |