Class: Aws::SQS::Types::GetQueueAttributesResult

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

Overview

A list of returned queue attributes.

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

A map of attributes to their respective values.

Returns:

  • (Hash<String,String>)


722
723
724
725
# File 'lib/aws-sdk-sqs/types.rb', line 722

class GetQueueAttributesResult < Struct.new(
  :attributes)
  include Aws::Structure
end