AWSSNSGetSMSSandboxAccountStatusResult

Objective-C

@interface AWSSNSGetSMSSandboxAccountStatusResult

Swift

class AWSSNSGetSMSSandboxAccountStatusResult
  • Indicates whether the calling Amazon Web Services account is in the SMS sandbox.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable isInSandbox;

    Swift

    var isInSandbox: NSNumber? { get set }