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)


2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2750

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>)


2750
2751
2752
2753
2754
2755
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 2750

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