Member

public struct Member : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the member account.

    Declaration

    Swift

    public let accountId: String
  • The detector ID of the member account.

    Declaration

    Swift

    public let detectorId: String?
  • The email address of the member account.

    Declaration

    Swift

    public let email: String
  • The timestamp when the invitation was sent.

    Declaration

    Swift

    public let invitedAt: String?
  • The master account ID.

    Declaration

    Swift

    public let masterId: String
  • The status of the relationship between the member and the master.

    Declaration

    Swift

    public let relationshipStatus: String
  • The last-updated timestamp of the member.

    Declaration

    Swift

    public let updatedAt: String
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, detectorId: String? = nil, email: String, invitedAt: String? = nil, masterId: String, relationshipStatus: String, updatedAt: String)