Class: Aws::SQS::Types::UntagQueueRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::UntagQueueRequest
- 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.
-
#tag_keys ⇒ Array<String>
The list of tags to be removed from the specified queue.
Instance Attribute Details
#queue_url ⇒ String
The URL of the queue.
2785 2786 2787 2788 2789 2790 |
# File 'lib/aws-sdk-sqs/types.rb', line 2785 class UntagQueueRequest < Struct.new( :queue_url, :tag_keys) SENSITIVE = [] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The list of tags to be removed from the specified queue.
2785 2786 2787 2788 2789 2790 |
# File 'lib/aws-sdk-sqs/types.rb', line 2785 class UntagQueueRequest < Struct.new( :queue_url, :tag_keys) SENSITIVE = [] include Aws::Structure end |