GetResourceSnapshotResponse

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) that uniquely identifies the resource snapshot.

Link copied to clipboard

The catalog in which the snapshot was created. Matches the Catalog specified in the request.

Link copied to clipboard

The timestamp when the snapshot was created, in ISO 8601 format (e.g., "2023-06-01T14:30:00Z"). This allows for precise tracking of when the snapshot was taken.

Link copied to clipboard

The AWS account ID of the principal (user or role) who created the snapshot. This helps in tracking the origin of the snapshot.

Link copied to clipboard

The identifier of the engagement associated with this snapshot. Matches the EngagementIdentifier specified in the request.

Link copied to clipboard

Represents the payload of a resource snapshot. This structure is designed to accommodate different types of resource snapshots, currently supporting opportunity summaries.

Link copied to clipboard

The identifier of the specific resource that was snapshotted. Matches the ResourceIdentifier specified in the request.

Link copied to clipboard

The name of the view used for this snapshot. This is the same as the template name.

Link copied to clipboard

The type of the resource that was snapshotted. Matches the ResourceType specified in the request.

Link copied to clipboard

The revision number of this snapshot. This is a positive integer that is sequential and unique within the context of a resource view.

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