AWS.SNS.ISNSClient.GetEndpointAttributes

Retrieves the attributes for a device endpoint.

function GetEndpointAttributes(const ARequest: ISNSGetEndpointAttributesRequest): ISNSGetEndpointAttributesResponse; overload; function GetEndpointAttributes(const AEndpointArn: TARN): ISNSGetEndpointAttributesResponse; overload;
__fastcall ISNSGetEndpointAttributesResponse GetEndpointAttributes(const ISNSGetEndpointAttributesRequest ARequest); __fastcall ISNSGetEndpointAttributesResponse GetEndpointAttributes(const TARN AEndpointArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSGetEndpointAttributesRequest
A GetEndpointAttributes request object.
const AEndpointArn: TARN
The Amazon Resource Name (ARN) of the endpoint to retrieve attributes for.

Response containing GetEndpointAttributes.

Exceptions
Description
The user has been denied access to the requested resource.
One of the request parameters does not comply with the associated constraints.
One of the request parameters does not comply with the associated constraints.
The requested resource does not exist.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.