lib/aws-sdk-sqs/message.rb in aws-sdk-sqs-1.39.0 vs lib/aws-sdk-sqs/message.rb in aws-sdk-sqs-1.40.0

- old
+ new

@@ -41,11 +41,11 @@ def receipt_handle @receipt_handle end # A unique identifier for the message. A `MessageId`is considered unique - # across all AWS accounts for an extended period of time. + # across all accounts for an extended period of time. # @return [String] def message_id data[:message_id] end @@ -102,11 +102,11 @@ def md5_of_message_attributes data[:md5_of_message_attributes] end # Each message attribute consists of a `Name`, `Type`, and `Value`. For - # more information, see [Amazon SQS Message Attributes][1] in the - # *Amazon Simple Queue Service Developer Guide*. + # more information, see [Amazon SQS message attributes][1] in the + # *Amazon SQS Developer Guide*. # # # # [1]: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-metadata.html#sqs-message-attributes # @return [Hash<String,Types::MessageAttributeValue>]