NAME
Paws::SQS::SendMessageBatchRequestEntry
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SQS::SendMessageBatchRequestEntry object:
$service_obj->Method(Att1 => { DelaySeconds => $value, ..., MessageBody => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SQS::SendMessageBatchRequestEntry object:
$result = $service_obj->Method(...);
$result->Att1->DelaySeconds
DESCRIPTION
Contains the details of a single Amazon SQS message along with a Id
.
ATTRIBUTES
DelaySeconds => Int
The number of seconds for which the message has to be delayed.
REQUIRED Id => Str
An identifier for the message in this batch. This is used to
communicate the result. Note that the C<Id>s of a batch request need to
be unique within the request.
MessageAttributes => Paws::SQS::MessageAttributeMap
Each message attribute consists of a Name, Type, and Value. For more
information, see Message Attribute Items.
REQUIRED MessageBody => Str
Body of the message.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SQS
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues