GetResourceSnapshotJobResponse

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) of the snapshot job. This globally unique identifier can be used for resource-specific operations across AWS services.

Link copied to clipboard

The catalog in which the snapshot job was created. This will match the Catalog specified in the request.

Link copied to clipboard

The date and time when the snapshot job was created in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z"

Link copied to clipboard

The identifier of the engagement associated with this snapshot job. This links the job to a specific engagement context.

Link copied to clipboard
val id: String?

The unique identifier of the snapshot job. This matches the ResourceSnapshotJobIdentifier provided in the request.

Link copied to clipboard

If the job has encountered any failures, this field contains the error message from the most recent failure. This can be useful for troubleshooting issues with the job.

Link copied to clipboard

The date and time of the last successful execution of the job, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z"

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource being snapshotted. This provides a globally unique identifier for the resource across AWS.

Link copied to clipboard

The identifier of the specific resource being snapshotted. The format might vary depending on the ResourceType.

Link copied to clipboard

The name of the template used for creating the snapshot. This is the same as the template name. It defines the structure and content of the snapshot.

Link copied to clipboard

The type of resource being snapshotted. This would have "Opportunity" as a value as it is dependent on the supported resource type.

Link copied to clipboard

The current status of the snapshot job. Valid values:

Functions

Link copied to clipboard
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