Class: Aws::SQS::Types::GetQueueAttributesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::GetQueueAttributesResult
- 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
-
#attributes ⇒ Hash<String,String>
A map of attributes to their respective values.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
A map of attributes to their respective values.
890 891 892 893 894 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 890 class GetQueueAttributesResult < Struct.new( :attributes) SENSITIVE = [] include Aws::Structure end |