ChangeMessageVisibilityRequest

public struct ChangeMessageVisibilityRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The URL of the Amazon SQS queue whose message’s visibility is changed. Queue URLs and names are case-sensitive.

    Declaration

    Swift

    public let queueUrl: String
  • The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage action.

    Declaration

    Swift

    public let receiptHandle: String
  • The new value for the message’s visibility timeout (in seconds). Values range: 0 to 43200. Maximum: 12 hours.

    Declaration

    Swift

    public let visibilityTimeout: Int
  • Undocumented

    Declaration

    Swift

    public init(queueUrl: String, receiptHandle: String, visibilityTimeout: Int)