Participant

public struct Participant : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The participant’s phone number.

    Declaration

    Swift

    public let phoneNumber: String?
  • The participant’s proxy phone number.

    Declaration

    Swift

    public let proxyPhoneNumber: String?
  • Undocumented

    Declaration

    Swift

    public init(phoneNumber: String? = nil, proxyPhoneNumber: String? = nil)