Group

public struct Group : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let disabledDate: TimeStamp?
  • The email of the group.

    Declaration

    Swift

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

    Declaration

    Swift

    public let enabledDate: TimeStamp?
  • id

    The identifier of the group.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let state: EntityState?
  • Undocumented

    Declaration

    Swift

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