![]() |
![]()
| ![]() |
![]()
NAMEPaws::Quicksight::S3Source 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::Quicksight::S3Source object: $service_obj->Method(Att1 => { DataSourceArn => $value, ..., UploadSettings => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Quicksight::S3Source object: $result = $service_obj->Method(...); $result->Att1->DataSourceArn DESCRIPTIONA physical table type for an S3 data source. ATTRIBUTESREQUIRED DataSourceArn => StrThe Amazon Resource Name (ARN) for the data source. REQUIRED InputColumns => ArrayRef[Paws::Quicksight::InputColumn]A physical table type for an S3 data source. For non-JSON files, only "STRING" data types are supported in input columns. UploadSettings => Paws::Quicksight::UploadSettingsInformation about the format for the S3 source file or files. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Quicksight 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>
|