AWSSNSGetEndpointAttributesInput
Objective-C
@interface AWSSNSGetEndpointAttributesInput
Swift
class AWSSNSGetEndpointAttributesInput
Input for GetEndpointAttributes
action.
Required parameters: [EndpointArn]
-
EndpointArn
forGetEndpointAttributes
input.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable endpointArn;
Swift
var endpointArn: String? { get set }