GetQueueAttributesResult
public struct GetQueueAttributesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A map of attributes to their respective values.
Declaration
Swift
public let attributes: [QueueAttributeName : String]?
-
Undocumented
Declaration
Swift
public init(attributes: [QueueAttributeName : String]? = nil)