CreateAccountAliasRequest
public struct CreateAccountAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The account alias to create. This parameter allows (through its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.
Declaration
Swift
public let accountAlias: String
-
Undocumented
Declaration
Swift
public init(accountAlias: String)
-
Declaration
Swift
public func validate(name: String) throws