Member

public struct Member : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let disabledDate: TimeStamp?
  • The date indicating when the member was enabled for Amazon WorkMail use.

    Declaration

    Swift

    public let enabledDate: TimeStamp?
  • id

    The identifier of the member.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let state: EntityState?
  • A member can be a user or group.

    Declaration

    Swift

    public let type: MemberType?
  • Undocumented

    Declaration

    Swift

    public init(disabledDate: TimeStamp? = nil, enabledDate: TimeStamp? = nil, id: String? = nil, name: String? = nil, state: EntityState? = nil, type: MemberType? = nil)