package Paws::SDB::GetAttributesResult; use Moose; has Attributes => (is => 'ro', isa => 'ArrayRef[Paws::SDB::Attribute]', request_name => 'Attribute', traits => ['NameInRequest',]); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SDB::GetAttributesResult =head1 ATTRIBUTES =head2 Attributes => ArrayRef[L] The list of attributes returned by the operation. =head2 _request_id => Str =cut