RestoreJobSummary

This is a summary of restore jobs created or running within the most recent 30 days.

The returned summary may contain the following: Region, Account, State, ResourceType, MessageCategory, StartTime, EndTime, and Count of included jobs.

Types

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

Properties

Link copied to clipboard

The account ID that owns the jobs within the summary.

Link copied to clipboard
val count: Int

The value as a number of jobs in a job summary.

Link copied to clipboard

The value of time in number format of a job end time.

Link copied to clipboard

The Amazon Web Services Regions within the job summary.

Link copied to clipboard

This value is the job count for the specified resource type. The request GetSupportedResourceTypes returns strings for supported resource types.

Link copied to clipboard

The value of time in number format of a job start time.

Link copied to clipboard

This value is job count for jobs with the specified state.

Functions

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