AWSSQSGetQueueUrlRequest
Objective-C
@interface AWSSQSGetQueueUrlRequest
Swift
class AWSSQSGetQueueUrlRequest
-
The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters, hyphens (
-
), and underscores (_
).Queue URLs and names are case-sensitive.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueName;
Swift
var queueName: String? { get set }
-
The Amazon Web Services account ID of the account that created the queue.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueOwnerAWSAccountId;
Swift
var queueOwnerAWSAccountId: String? { get set }