ResourceSnapshotSummary

Provides a concise summary of a resource snapshot, including its unique identifier and version information. This structure is used to quickly reference and identify specific versions of resource snapshots.

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. This globally unique identifier can be used for cross-service references and in IAM policies.

Link copied to clipboard

The AWS account ID of the entity that owns the resource from which the snapshot was created.

Link copied to clipboard

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

Link copied to clipboard

The name of the template used to create the snapshot.

Link copied to clipboard

The type of resource snapshotted.

Link copied to clipboard

The revision number of the snapshot. This integer value is incremented each time the snapshot is updated, allowing for version tracking of the resource snapshot.

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