![]() |
![]()
| ![]() |
![]()
NAMEPaws::GlueDataBrew::FilesLimit USAGEThis 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::GlueDataBrew::FilesLimit object: $service_obj->Method(Att1 => { MaxFiles => $value, ..., OrderedBy => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::GlueDataBrew::FilesLimit object: $result = $service_obj->Method(...); $result->Att1->MaxFiles DESCRIPTIONRepresents a limit imposed on number of Amazon S3 files that should be selected for a dataset from a connected Amazon S3 path. ATTRIBUTESREQUIRED MaxFiles => IntThe number of Amazon S3 files to select. Order => StrA criteria to use for Amazon S3 files sorting before their selection. By default uses DESCENDING order, i.e. most recent files are selected first. Anotherpossible value is ASCENDING. OrderedBy => StrA criteria to use for Amazon S3 files sorting before their selection. By default uses LAST_MODIFIED_DATE as a sorting criteria. Currently it's the only allowed value. SEE ALSOThis class forms part of Paws, describing an object used in Paws::GlueDataBrew BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|