CreateGlobalNetworkRequest
public struct CreateGlobalNetworkRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the global network. Length Constraints: Maximum length of 256 characters.
Declaration
Swift
public let description: String?
-
The tags to apply to the resource during creation.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, tags: [Tag]? = nil)