AWSSNSPhoneNumberInformation

Objective-C

@interface AWSSNSPhoneNumberInformation

Swift

class AWSSNSPhoneNumberInformation

A list of phone numbers and their metadata.

  • The date and time when the phone number was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable createdAt;

    Swift

    var createdAt: Date? { get set }
  • The two-character code for the country or region, in ISO 3166-1 alpha-2 format.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable iso2CountryCode;

    Swift

    var iso2CountryCode: String? { get set }
  • The capabilities of each phone number.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable numberCapabilities;

    Swift

    var numberCapabilities: [String]? { get set }
  • The phone number.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable phoneNumber;

    Swift

    var phoneNumber: String? { get set }
  • The list of supported routes.

    Declaration

    Objective-C

    @property (nonatomic) AWSSNSRouteType routeType;

    Swift

    var routeType: AWSSNSRouteType { get set }
  • The status of the phone number.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable status;

    Swift

    var status: String? { get set }