AWSSNSCreatePlatformApplicationResponse

Objective-C

@interface AWSSNSCreatePlatformApplicationResponse

Swift

class AWSSNSCreatePlatformApplicationResponse

Response from CreatePlatformApplication action.

  • PlatformApplicationArn is returned.

    Declaration

    Objective-C

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

    Swift

    var platformApplicationArn: String? { get set }