class Aws::Redshift::Types::RevokeSnapshotAccessMessage

@note When making an API call, you may pass RevokeSnapshotAccessMessage

data as a hash:

    {
      snapshot_identifier: "String", # required
      snapshot_cluster_identifier: "String",
      account_with_restore_access: "String", # required
    }

@!attribute [rw] snapshot_identifier

The identifier of the snapshot that the account can no longer
access.
@return [String]

@!attribute [rw] snapshot_cluster_identifier

The identifier of the cluster the snapshot was created from. This
parameter is required if your IAM user has a policy containing a
snapshot resource element that specifies anything other than * for
the cluster name.
@return [String]

@!attribute [rw] account_with_restore_access

The identifier of the Amazon Web Services account that can no longer
restore the specified snapshot.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/RevokeSnapshotAccessMessage AWS API Documentation

Constants

SENSITIVE