AWSSNSGetEndpointAttributesInput

Objective-C

@interface AWSSNSGetEndpointAttributesInput

Swift

class AWSSNSGetEndpointAttributesInput

Input for GetEndpointAttributes action.

Required parameters: [EndpointArn]

  • EndpointArn for GetEndpointAttributes input.

    Declaration

    Objective-C

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

    Swift

    var endpointArn: String? { get set }