AWSSQSCreateQueueResult
Objective-C
@interface AWSSQSCreateQueueResult
Swift
class AWSSQSCreateQueueResult
Returns the QueueUrl attribute of the created queue.
-
The URL of the created Amazon SQS queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueUrl;Swift
var queueUrl: String? { get set }
View on GitHub
Install in Dash
AWSSQSCreateQueueResult Class Reference