gcloud beta compute snapshots get-effective-recycle-bin-rule

INFORMATION
gcloud beta compute snapshots get-effective-recycle-bin-rule is not available in universe domain universe.
NAME
gcloud beta compute snapshots get-effective-recycle-bin-rule - returns the effective recycle bin rule for a Compute Engine snapshot
SYNOPSIS
gcloud beta compute snapshots get-effective-recycle-bin-rule SNAPSHOT_NAME [GCLOUD_WIDE_FLAG]
DESCRIPTION
(BETA) gcloud beta compute snapshots get-effective-recycle-bin-rule displays the effective recycle bin rule for a Compute Engine snapshot in a project.

Given an existing snapshot is queried, successful output of this command looks like the following:

retentionDurationDays: '7'
EXAMPLES
To get the effective recycle bin rule for a snapshot, run:
gcloud beta compute snapshots get-effective-recycle-bin-rule SNAPSHOT_NAME
POSITIONAL ARGUMENTS
SNAPSHOT_NAME
Name of the snapshot to get the effective recycle bin rule for.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

NOTES
This command is currently in beta and might change without notice. This variant is also available:
gcloud alpha compute snapshots get-effective-recycle-bin-rule