JobDetails

Contains details about the policy generation request.

Types

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

Properties

Link copied to clipboard

A timestamp of when the job was completed.

Link copied to clipboard

The job error for the policy generation request.

Link copied to clipboard

The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.

Link copied to clipboard

A timestamp of when the job was started.

Link copied to clipboard

The status of the job request.

Functions

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