Class: Aws::SQS::Types::TagQueueRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#queue_urlString

The URL of the queue.

Returns:

  • (String)


2701
2702
2703
2704
2705
2706
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2701

class TagQueueRequest < Struct.new(
  :queue_url,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of tags to be added to the specified queue.

Returns:

  • (Hash<String,String>)


2701
2702
2703
2704
2705
2706
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2701

class TagQueueRequest < Struct.new(
  :queue_url,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end