AWSSQSGetQueueUrlResult

Objective-C

@interface AWSSQSGetQueueUrlResult

Swift

class AWSSQSGetQueueUrlResult

For more information, see Interpreting Responses in the Amazon SQS Developer Guide.

  • The URL of the queue.

    Declaration

    Objective-C

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

    Swift

    var queueUrl: String? { get set }