DescribeDashboardSnapshotJobResultResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) for the snapshot job. The job ARN is generated when you start a new job with a StartDashboardSnapshotJob API call.

Link copied to clipboard

The time that a snapshot job was created.

Link copied to clipboard

Displays information for the error that caused a job to fail.

Link copied to clipboard

Indicates the status of a job after it has reached a terminal state. A finished snapshot job will retuen a COMPLETED or FAILED status.

Link copied to clipboard

The time that a snapshot job status was last updated.

Link copied to clipboard

The Amazon Web Services request ID for this operation.

Link copied to clipboard

The result of the snapshot job. Jobs that have successfully completed will return the S3Uri where they are located. Jobs that have failedwill return information on the error that caused the job to fail.

Link copied to clipboard
val status: Int

The HTTP status of the request

Functions

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