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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

A map of attributes to their respective values.

Returns:

  • (Hash<String,String>)


874
875
876
877
878
# File 'lib/aws-sdk-sqs/types.rb', line 874

class GetQueueAttributesResult < Struct.new(
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end