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.
1593 1594 1595 1596 1597 |
# File 'lib/aws-sdk-sqs/types.rb', line 1593 class PurgeQueueRequest < Struct.new( :queue_url) SENSITIVE = [] include Aws::Structure end |