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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sqs/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>)


895
896
897
898
899
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 895

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