Member

public struct Member : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Chime account ID.

    Declaration

    Swift

    public let accountId: String?
  • The member email address.

    Declaration

    Swift

    public let email: String?
  • The member name.

    Declaration

    Swift

    public let fullName: String?
  • The member ID (user ID or bot ID).

    Declaration

    Swift

    public let memberId: String?
  • The member type.

    Declaration

    Swift

    public let memberType: MemberType?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, email: String? = nil, fullName: String? = nil, memberId: String? = nil, memberType: MemberType? = nil)