Sets the visibility timeout (in seconds) to use for this queue.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public CreateQueueRequest WithDefaultVisibilityTimeout( decimal defaultVisibilityTimeout )

- defaultVisibilityTimeout (Decimal)
- The visibility timeout (in seconds) to use for this queue.

this instance

Values can be 0 to 43200 (maximum 12 hours). Default is 30 seconds.