User

public struct User : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date indicating when the user was disabled from Amazon WorkMail use.

    Declaration

    Swift

    public let disabledDate: TimeStamp?
  • The display name of the user.

    Declaration

    Swift

    public let displayName: String?
  • The email of the user.

    Declaration

    Swift

    public let email: String?
  • The date indicating when the user was enabled for Amazon WorkMail use.

    Declaration

    Swift

    public let enabledDate: TimeStamp?
  • id

    The identifier of the user.

    Declaration

    Swift

    public let id: String?
  • The name of the user.

    Declaration

    Swift

    public let name: String?
  • The state of the user, which can be ENABLED, DISABLED, or DELETED.

    Declaration

    Swift

    public let state: EntityState?
  • The role of the user.

    Declaration

    Swift

    public let userRole: UserRole?
  • Undocumented

    Declaration

    Swift

    public init(disabledDate: TimeStamp? = nil, displayName: String? = nil, email: String? = nil, enabledDate: TimeStamp? = nil, id: String? = nil, name: String? = nil, state: EntityState? = nil, userRole: UserRole? = nil)