PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Kendra::DocumentAttributeValue; use Moose; has DateValue => (is => 'ro', isa => 'Str'); has LongValue => (is => 'ro', isa => 'Int'); has StringListValue => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has StringValue => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Kendra::DocumentAttributeValue =head1 USAGE This class represents one of two things: =head3 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::Kendra::DocumentAttributeValue object: $service_obj->Method(Att1 => { DateValue => $value, ..., StringValue => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Kendra::DocumentAttributeValue object: $result = $service_obj->Method(...); $result->Att1->DateValue =head1 DESCRIPTION The value of a custom document attribute. You can only provide one value for a custom attribute. =head1 ATTRIBUTES =head2 DateValue => Str A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. For example, 20120325T123010+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time. =head2 LongValue => Int A long integer value. =head2 StringListValue => ArrayRef[Str|Undef] A list of strings. =head2 StringValue => Str A string, such as "department". =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut