GetExportResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client token provided for this export.

Link copied to clipboard

The name of the domain that was exported.

Link copied to clipboard

Unique ARN identifier of the export.

Link copied to clipboard
val exportDataCutoffTime: <Error class: unknown class>?

The timestamp indicating the cutoff point for data inclusion in the export. All data inserted or modified before this time will be present in the exported data. Data insertions or modifications after this timestamp may or may not be present in the export.

Link copied to clipboard

The name of the manifest summary file for the export.

Link copied to clipboard

The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.

Link copied to clipboard

Failure code for the result of the failed export.

Link copied to clipboard

Export failure reason description.

Link copied to clipboard

Total number of exported items.

Link copied to clipboard
val requestedAt: <Error class: unknown class>

Timestamp when the export request was received by the service.

Link copied to clipboard

The name of the S3 bucket for this export.

Link copied to clipboard

The S3 bucket owner account ID for this export.

Link copied to clipboard

The S3 key prefix provided in the corresponding StartDomainExport request.

Link copied to clipboard

The S3 SSE encryption algorithm for this export.

Link copied to clipboard

The KMS key ID for this export.

Functions

Link copied to clipboard
inline fun copy(block: GetExportResponse.Builder.() -> Unit = {}): GetExportResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String