AssociateConnectionAliasRequest
public struct AssociateConnectionAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the connection alias.
Declaration
Swift
public let aliasId: String
-
The identifier of the directory to associate the connection alias with.
Declaration
Swift
public let resourceId: String
-
Undocumented
Declaration
Swift
public init(aliasId: String, resourceId: String)
-
Declaration
Swift
public func validate(name: String) throws