DeleteAliasRequest

public struct DeleteAliasRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The aliases to be removed from the user’s set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

    Declaration

    Swift

    public let alias: String
  • The identifier for the member (user or group) from which to have the aliases removed.

    Declaration

    Swift

    public let entityId: String
  • The identifier for the organization under which the user exists.

    Declaration

    Swift

    public let organizationId: String
  • Undocumented

    Declaration

    Swift

    public init(alias: String, entityId: String, organizationId: String)
  • Declaration

    Swift

    public func validate(name: String) throws