DeleteAccountAliasRequest

public struct DeleteAccountAliasRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the account alias to delete. 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