Class RevokeSnapshotAccessRequest

    • Method Detail

      • snapshotIdentifier

        public final String snapshotIdentifier()

        The identifier of the snapshot that the account can no longer access.

        Returns:
        The identifier of the snapshot that the account can no longer access.
      • snapshotArn

        public final String snapshotArn()

        The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.

        Returns:
        The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
      • snapshotClusterIdentifier

        public final String snapshotClusterIdentifier()

        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.

        Returns:
        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.
      • accountWithRestoreAccess

        public final String accountWithRestoreAccess()

        The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.

        Returns:
        The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object