AWSSNSGetPlatformApplicationAttributesInput

Objective-C

@interface AWSSNSGetPlatformApplicationAttributesInput

Swift

class AWSSNSGetPlatformApplicationAttributesInput

Input for GetPlatformApplicationAttributes action.

Required parameters: [PlatformApplicationArn]

  • PlatformApplicationArn for GetPlatformApplicationAttributesInput.

    Declaration

    Objective-C

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

    Swift

    var platformApplicationArn: String? { get set }