ExportSummary

Summary information about an export task.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the export.

Link copied to clipboard

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.

Link copied to clipboard

The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.

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