setQueueAttribute (method)

Sets an attribute of a queue.

Syntax

- (NSString*)setQueueAttribute:(NSString*)queueId :(NSString*)attributeName :(NSString*)attributeValue;
public func setQueueAttribute(_ queueId: String, _ attributeName: String, _ attributeValue: String) throws -> String

Remarks

This method sets attributes of the queue specified by QueueId. When you change a queue's attributes, the change can take up to 60 seconds to propagate throughout the SQS system.

This method returns the RequestId contained in the Amazon response.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 iOS Edition - Version 20.0 [Build 8155]