The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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
Type

SEE OTHER

Amazon::SQS::Client

AUTHOR

Elena@AWS