Class: Aws::SQS::Types::PurgeQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::PurgeQueueRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#queue_url ⇒ String
The URL of the queue from which the ‘PurgeQueue` action deletes messages.
Instance Attribute Details
#queue_url ⇒ String
The URL of the queue from which the ‘PurgeQueue` action deletes messages.
Queue URLs and names are case-sensitive.
1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-sqs/types.rb', line 1588 class PurgeQueueRequest < Struct.new( :queue_url) SENSITIVE = [] include Aws::Structure end |