ExportSummary

Summary information about an export, including its unique identifier, current status, creation time, and the domain being exported.

Types

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

Properties

Link copied to clipboard

The name of the domain for which the export was created.

Link copied to clipboard

Unique ARN identifier of 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
val requestedAt: <Error class: unknown class>

Timestamp when the export request was received by the service

Functions

Link copied to clipboard
inline fun copy(block: ExportSummary.Builder.() -> Unit = {}): ExportSummary
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