OBJECT
AWS S3-specific snapshot information.
type AwsNativeS3SpecificSnapshot implements PolarisSpecificSnapshot {# List of objects successfully backed up.processedObjectCount: Long! # List of objects failed to back up.failedObjectCount: Long! # Verifies if the snapshot is a partial backup.isSnapshotPartial: Boolean! # ID of the snapshot.snapshotId: UUID! }