![]() |
![]()
| ![]() |
![]()
NAMEPaws::DynamoDB::ExportDescription 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::DynamoDB::ExportDescription object: $service_obj->Method(Att1 => { BilledSizeBytes => $value, ..., TableId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DynamoDB::ExportDescription object: $result = $service_obj->Method(...); $result->Att1->BilledSizeBytes DESCRIPTIONRepresents the properties of the exported table. ATTRIBUTESBilledSizeBytes => IntThe billable size of the table export. ClientToken => StrThe client token that was provided for the export task. A client token makes calls to "ExportTableToPointInTimeInput" idempotent, meaning that multiple identical calls have the same effect as one single call. EndTime => StrThe time at which the export task completed. ExportArn => StrThe Amazon Resource Name (ARN) of the table export. ExportFormat => StrThe format of the exported data. Valid values for "ExportFormat" are "DYNAMODB_JSON" or "ION". ExportManifest => StrThe name of the manifest file for the export task. ExportStatus => StrExport can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED. ExportTime => StrPoint in time from which table data was exported. FailureCode => StrStatus code for the result of the failed export. FailureMessage => StrExport failure reason description. ItemCount => IntThe number of items exported. S3Bucket => StrThe name of the Amazon S3 bucket containing the export. S3BucketOwner => StrThe ID of the AWS account that owns the bucket containing the export. S3Prefix => StrThe Amazon S3 bucket prefix used as the file name and path of the exported snapshot. S3SseAlgorithm => StrType of encryption used on the bucket where export data is stored. Valid values for "S3SseAlgorithm" are:
S3SseKmsKeyId => StrThe ID of the AWS KMS managed key used to encrypt the S3 bucket where export data is stored (if applicable). StartTime => StrThe time at which the export task began. TableArn => StrThe Amazon Resource Name (ARN) of the table that was exported. TableId => StrUnique ID of the table that was exported. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DynamoDB 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>
|