NAME
Amazon::SQS::Model::Attribute
SYNOPSIS
my $attribute = new Amazon::SQS::Model::Attribute(
{
Name => 'VisibilityTimeout',
Value => '60'
}
);
DESCRIPTION
Create an attribute object for use with various SQS API requests.
METHODS
new
new( options )
options
is a hash reference that contains the attribute name and value.
- Name
- Value
SEE OTHER
Amazon::SQS::Client
AUTHOR
Elena@AWS