DescribeGroupResponse
public struct DescribeGroupResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time when a user was deregistered from WorkMail, in UNIX epoch time format.
Declaration
Swift
public let disabledDate: TimeStamp? -
The email of the described group.
Declaration
Swift
public let email: String? -
The date and time when a user was registered to WorkMail, in UNIX epoch time format.
Declaration
Swift
public let enabledDate: TimeStamp? -
The identifier of the described group.
Declaration
Swift
public let groupId: String? -
The name of the described group.
Declaration
Swift
public let name: String? -
The state of the user: enabled (registered to Amazon WorkMail) or disabled (deregistered or never registered to WorkMail).
Declaration
Swift
public let state: EntityState? -
Undocumented
Declaration
Swift
public init(disabledDate: TimeStamp? = nil, email: String? = nil, enabledDate: TimeStamp? = nil, groupId: String? = nil, name: String? = nil, state: EntityState? = nil)
View on GitHub
DescribeGroupResponse Structure Reference